Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ref #17913; fix typo in tools/ci_generate.nim generating build_all.sh (#17915) | Timothee Cour | 2021-05-01 | 1 | -1/+1 |
| | |||||
* | reuse config/build_config.txt for all bootstrap scripts (posix + windows + ↵ | Timothee Cour | 2021-05-01 | 1 | -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 Cour | 2021-04-23 | 1 | -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 Cour | 2021-04-01 | 1 | -1/+1 |
| | | | | | | | * fix a bug in build_all.sh: $@ => "$@" * remove getSocket from changelog following #17587 * remove unused import | ||||
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -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 Filho | 2020-06-01 | 1 | -0/+0 |
| | |||||
* | isolate the build process from external config files (#13411) | Ștefan Talpalaru | 2020-02-14 | 1 | -3/+4 |
| | |||||
* | build_all.sh update (#13320) | Clyybber | 2020-02-04 | 1 | -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) | Clyybber | 2020-02-03 | 1 | -6/+3 |
| | |||||
* | build_all.sh: building csources 5X faster thanks to make -j (#13300) | Timothee Cour | 2020-01-31 | 1 | -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 Hoff | 2019-05-08 | 1 | -2/+2 |
| | |||||
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 1 | -1/+0 |
| | |||||
* | properly fix #10030 by skipping all external configs (#10324) | Timothee Cour | 2019-01-16 | 1 | -3/+2 |
| | |||||
* | fixes #10030 bootstrap is insulated from user config (#10244) | Timothee Cour | 2019-01-10 | 1 | -1/+5 |
| | |||||
* | [ci skip] update docs for build_all.sh (#10086) | Timothee Cour | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | build_all.sh fix bug introduced in https://github.com/nim-lang/Nim/pull/9145 | Timothee Cour | 2018-10-08 | 1 | -1/+1 |
| | | | /cc @valtron printf doesn't include trailing newline, unlike echo | ||||
* | fix: echo "\n" not portable | valtron | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | save a backup of csources-built nim to bin/nim_csources to avoid recompiling ↵ | Timothee Cour | 2018-08-09 | 1 | -4/+13 |
| | | | | from csources (#8582) | ||||
* | add build_all.sh to allow 1-liner to build development version of the ↵ | Timothee Cour | 2018-08-08 | 1 | -0/+22 |
compiler (#8546) |