Merge branch 'fix-rustpython' into 'master'

Fix RustPython compilation

See merge request redox-os/cookbook!498
This commit is contained in:
Jeremy Soller 2025-05-22 12:45:56 -06:00
commit 21820704b1

View File

@ -1,6 +1,5 @@
[source]
git = "https://github.com/RustPython/RustPython"
branch = "redox-release"
[build]
dependencies = [
@ -9,6 +8,8 @@ dependencies = [
]
template = "custom"
script = """
DYNAMIC_INIT
(cd "${COOKBOOK_SOURCE}" && bash scripts/redox/uncomment-cargo.sh && cargo update)
export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"