summary refs log tree commit diff stats
path: root/config/build_config.txt
Commit message (Collapse)AuthorAgeFilesLines
* bump csource_v2 to include fix for linking parameter maximum length (#21216)ringabout2023-01-021-1/+1
| | | | | > If accepted, I believe it should be used in csources_v2 and also backport 2.0 ref https://github.com/nim-lang/Nim/pull/21186
* bump csource_v2 to include fixes for macos m1 (#21147)ringabout2022-12-211-1/+1
|
* bump csource_v2 hash (#21118)ringabout2022-12-161-1/+1
|
* the devel branch now uses csources_v2 (#21108)ringabout2022-12-161-3/+3
| | | | | | | * the devel branch now uses csources_v2 * fixes hash * bump csources_v2
* update csources hash (#18969)Miran2021-10-071-1/+1
|
* update csources hash (#18885)Miran2021-09-231-1/+1
|
* fix compilation on Debian 7 (no git -C) (#18427)Andrey Makarov2021-07-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | * fix compilation on Debian 7 (no git -C) * address review * allow specify branch for testing unmerged csources * temporarily change csources checkout parameters for testing * Update tools/deps.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * fix failure * Update config/build_config.txt * set proper git branch/hash Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* reuse config/build_config.txt for all bootstrap scripts (posix + windows + ↵Timothee Cour2021-05-011-0/+4
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