Cirrus: Verify Cirrus YML determinism

Fixes https://github.com/namecoin/ncdns-repro/issues/94
pull/95/head
Jeremy Rand 3 years ago
parent 4600f147c7
commit 90b555650c
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -15,6 +15,11 @@ df -h
lscpu
free -m
echo "Verifying Cirrus YML determinism..."
mv .cirrus.yml .cirrus.yml.bak
./tools/cirrus_gen_yml.sh 2>/dev/null
diff .cirrus.yml .cirrus.yml.bak
echo "Installing rbm deps..."
APT_DEPS="libyaml-libyaml-perl libtemplate-perl libio-handle-util-perl libio-all-perl libio-captureoutput-perl libjson-perl libpath-tiny-perl libstring-shellquote-perl libsort-versions-perl libdigest-sha-perl libdata-uuid-perl libdata-dump-perl libfile-copy-recursive-perl libfile-slurp-perl git runc rsync"
apt-get install -y $APT_DEPS || (sleep 15s && apt-get install -y $APT_DEPS)

Loading…
Cancel
Save