diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2021-07-06 21:09:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 20:09:56 +0200 |
commit | b88496ac67bea92c40cf1d0f3dc55b0fa91550a4 (patch) | |
tree | 964d5ac38d9d69952b91530e029a61e25ed79c98 /config | |
parent | 252eea8cae33e486b179398e193aea9459954338 (diff) | |
download | Nim-b88496ac67bea92c40cf1d0f3dc55b0fa91550a4.tar.gz |
fix compilation on Debian 7 (no git -C) (#18427)
* 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>
Diffstat (limited to 'config')
-rw-r--r-- | config/build_config.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/build_config.txt b/config/build_config.txt index 2484d7a52..75dbb1da3 100644 --- a/config/build_config.txt +++ b/config/build_config.txt @@ -1,4 +1,5 @@ nim_comment="key-value pairs for windows/posix bootstrapping build scripts" nim_csourcesDir=csources_v1 nim_csourcesUrl=https://github.com/nim-lang/csources_v1.git -nim_csourcesHash=a8a5241f9475099c823cfe1a5e0ca4022ac201ff +nim_csourcesBranch=master +nim_csourcesHash=9a7f751d23c49c75a0b6f63a234c575dc0df7231 |