From 9d23c14dd23dcb1fb0ffa3f7fb52ed92a277cd93 Mon Sep 17 00:00:00 2001 From: narimiran Date: Fri, 30 Apr 2021 11:00:19 +0200 Subject: [PATCH] some other files need the same change too --- .builds/openbsd_2.yml | 2 +- .travis.yml | 2 +- tools/ci_generate.nim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/openbsd_2.yml b/.builds/openbsd_2.yml index 4b63e914d7..d09a59f4a5 100644 --- a/.builds/openbsd_2.yml +++ b/.builds/openbsd_2.yml @@ -18,7 +18,7 @@ environment: tasks: - setup: | cd Nim - git clone --depth 1 -q https://github.com/nim-lang/csources.git + git clone --depth 1 -q https://github.com/nim-lang/csources_v1.git csources gmake -C csources -j $(sysctl -n hw.ncpuonline) bin/nim c koch echo 'export PATH=$HOME/Nim/bin:$PATH' >> $HOME/.buildenv diff --git a/.travis.yml b/.travis.yml index 4c4c35334b..2bdb0580c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ addons: - valgrind before_script: - - git clone --depth 1 https://github.com/nim-lang/csources.git + - git clone --depth 1 https://github.com/nim-lang/csources_v1.git csources - export PATH="$PWD/bin${PATH:+:$PATH}" - make -C csources -j 2 LD=$CC ucpu=$CPU diff --git a/tools/ci_generate.nim b/tools/ci_generate.nim index dba10d74af..68f6096d2e 100644 --- a/tools/ci_generate.nim +++ b/tools/ci_generate.nim @@ -34,7 +34,7 @@ environment: tasks: - setup: | cd Nim - git clone --depth 1 -q https://github.com/nim-lang/csources.git + git clone --depth 1 -q https://github.com/nim-lang/csources_v1.git csources gmake -C csources -j $(sysctl -n hw.ncpuonline) bin/nim c koch echo 'export PATH=$HOME/Nim/bin:$PATH' >> $HOME/.buildenv