forked from M-Labs/nix-scripts
windows: add a doc note to make_conda_packages.sh
This commit is contained in:
parent
46388263c4
commit
fe8417e229
|
@ -1,8 +1,13 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# run manually to build the list of conda dependencies to install in the
|
# Run manually to build the list of conda dependencies to install in the
|
||||||
# test environments.
|
# test environments.
|
||||||
|
|
||||||
|
# NOTE: This procedure encounters failing HTTPS handshakes. To circumvent just
|
||||||
|
# for testing, insert `call conda config --set ssl_verify no` into
|
||||||
|
# getcondapackages.bat. To securely update the sources lists update the RTC
|
||||||
|
# hack to the proper date instead.
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
nix-build -E "
|
nix-build -E "
|
||||||
|
|
Loading…
Reference in New Issue