There was an error while loading. Please reload this page.
1 parent 775e363 commit e896982Copy full SHA for e896982
1 file changed
ci.sh
@@ -62,6 +62,10 @@ make containerized
62
sudo mv out/linux-amd64/crc /usr/local/bin/
63
popd
64
65
+export CRC_BUNDLE_PATH=$(pwd)/$(ls crc_libvirt_*.crcbundle)
66
+export PULL_SECRET_PATH="${HOME}/pull-secret"
67
+./run-with-macadam.py
68
+
69
crc config set bundle crc_libvirt_*.crcbundle
70
crc setup
71
crc start --disk-size 80 -m 24000 -c 10 -p "${HOME}"/pull-secret --log-level debug
0 commit comments