summary refs log tree commit diff stats
path: root/build_all.sh
Commit message (Collapse)AuthorAgeFilesLines
* ref #17913; fix typo in tools/ci_generate.nim generating build_all.sh (#17915)Timothee Cour2021-05-011-1/+1
|
* reuse config/build_config.txt for all bootstrap scripts (posix + windows + ↵Timothee Cour2021-05-011-4/+5
| | | | | | | | | | | | ci); use build_all.bat in 1 CI, fix bug in build_all.bat (#17899) * reuse config/build_config.txt for all bootstrap scripts (posix + windows + ci) * ci_docs: use build_all.bat in CI (just in that pipeline) to ensure it keeps working * fixup * fix pre-existing bug in build_all.bat * fixup * cp => copy /y * auto-generate build_all.bat, build_all.sh * fixup
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-41/+5
| | | | | | | | | | | | | | | * refactor all code that builds csources * fixup * nim_csourcesDir_v0 + nim_csourcesDir * remove deprecated, unused scripts from ci/ * reuse nimCsourcesHash in ci * simplify CI pipelines by reusing nimBuildCsourcesIfNeeded * simplify ci_docs.yml by reusing nimBuildCsourcesIfNeeded * cleanup * use csources_v1 as destination dir * fixup * remove pushCsources * address comment: remove build.sh support for now * fixup
* misc fixes: build_all.sh, changelog (#17601)Timothee Cour2021-04-011-1/+1
| | | | | | | * fix a bug in build_all.sh: $@ => "$@" * remove getSocket from changelog following #17587 * remove unused import
* Correct all eggs (#15906)Miran2020-11-101-2/+2
| | | | * "eg" is a misspelled "egg", "e.g." is "exempli gratia" * Also, "ie" is "i.e.".
* Make build_all.sh file executable (#14518)Frank Paulo Filho2020-06-011-0/+0
|
* isolate the build process from external config files (#13411)Ștefan Talpalaru2020-02-141-3/+4
|
* build_all.sh update (#13320)Clyybber2020-02-041-2/+3
| | | | | | | | | | * Don't overload the system, don't crash when you can't determine the CPU count and don't rely on bash * Extract to variable * Limit number of spawned jobs for systems with weak IO * Use proper arithmetic braces
* Make build_all.sh more portable and a bit simpler (#13308)Clyybber2020-02-031-6/+3
|
* build_all.sh: building csources 5X faster thanks to make -j (#13300)Timothee Cour2020-01-311-4/+24
| | | | | | | * build_all.sh: building csources 5X faster thanks to make -j * fix for freebsd * use OS-dependent formula to get number of logical cores * make is an optional dependency
* Pass command line arguments from build_all.sh to build.sh (#11195)Taylor Hoff2019-05-081-2/+2
|
* 32 bit fixes (#10608)Arne Döring2019-02-131-1/+0
|
* properly fix #10030 by skipping all external configs (#10324)Timothee Cour2019-01-161-3/+2
|
* fixes #10030 bootstrap is insulated from user config (#10244)Timothee Cour2019-01-101-1/+5
|
* [ci skip] update docs for build_all.sh (#10086)Timothee Cour2018-12-271-1/+1
|
* build_all.sh fix bug introduced in https://github.com/nim-lang/Nim/pull/9145Timothee Cour2018-10-081-1/+1
| | | /cc @valtron printf doesn't include trailing newline, unlike echo
* fix: echo "\n" not portablevaltron2018-10-011-1/+1
|
* save a backup of csources-built nim to bin/nim_csources to avoid recompiling ↵Timothee Cour2018-08-091-4/+13
| | | | from csources (#8582)
* add build_all.sh to allow 1-liner to build development version of the ↵Timothee Cour2018-08-081-0/+22
compiler (#8546)