Skip to content
Snippets Groups Projects
Verified Commit 9aef3438 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

rustpython: hack to run cargo update after enabling redox patch

parent 64035e22
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ branch = "redox-release" ...@@ -6,7 +6,7 @@ branch = "redox-release"
dependencies = ["openssl", "zlib"] dependencies = ["openssl", "zlib"]
template = "custom" template = "custom"
script = """ 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 BUILDTIME_RUSTPYTHONPATH=/lib/rustpython
export OPENSSL_DIR="${COOKBOOK_SYSROOT}" export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export ZLIB_STATIC=1 export ZLIB_STATIC=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment