Test M1 build with new config.{guess,sub} but configure generated by autoconf-2.69

This commit is contained in:
Julian Ospald 2021-10-07 14:30:31 +02:00
parent c100daeba5
commit 5f3e0c494b
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
2 changed files with 5 additions and 5 deletions

View File

@ -166,7 +166,7 @@ variables:
set -Eeuo pipefail
function runInNixShell() {
time nix-shell $CI_PROJECT_DIR/.gitlab/shell.nix \
-I nixpkgs=https://github.com/angerman/nixpkgs/archive/75f7281738b.tar.gz \
-I nixpkgs=https://github.com/bgamari/nixpkgs/archive/37c60356e3f83c708a78a96fdd914b5ffc1f551c.tar.gz \
--argstr system "aarch64-darwin" \
--pure \
--keep CI_PROJECT_DIR \

View File

@ -23,10 +23,10 @@ if [ $ARCH = 'ARM64' ] ; then
cabal update
mkdir vendored
cd vendored
cabal unpack network-3.1.2.1
cd network*
autoreconf -fi
cd ../..
curl -O https://downloads.haskell.org/~ghcup/tmp/network-3.1.2.3.tar.gz
tar xf network-3.1.2.3.tar.gz
rm network-3.1.2.3.tar.gz
cd ..
fi
exit 0