rustpython: hack to run cargo update after enabling redox patch

This commit is contained in:
Jeremy Soller 2023-09-11 09:07:14 -06:00
parent 64035e22e4
commit 9aef34384d
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -6,7 +6,7 @@ branch = "redox-release"
dependencies = ["openssl", "zlib"]
template = "custom"
script = """
(cd "${COOKBOOK_SOURCE}" && bash scripts/redox/uncomment-cargo.sh)
(cd "${COOKBOOK_SOURCE}" && bash scripts/redox/uncomment-cargo.sh && cargo update)
export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export ZLIB_STATIC=1