From 9aef34384d8d3f6d51b85cc928a3e48ce773a49a Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 11 Sep 2023 09:07:14 -0600 Subject: [PATCH] rustpython: hack to run cargo update after enabling redox patch --- recipes/rustpython/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/rustpython/recipe.toml b/recipes/rustpython/recipe.toml index 0d082a78f..dcd992a89 100644 --- a/recipes/rustpython/recipe.toml +++ b/recipes/rustpython/recipe.toml @@ -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 -- GitLab