Skip to content
Snippets Groups Projects
Commit 2d6b6372 authored by Georges Racinet's avatar Georges Racinet
Browse files

Building Mercurial with Rust

Thankfully, Mercurial's `setup.py` does not trim unknown
environment variables.

Hoping the baked `env` is suitable. Otherwise we'd have to do
the copy/update dance from `ENV`.
parent 2b5d82d4
No related branches found
No related tags found
No related merge requests found
Pipeline #14493 failed
......@@ -106,7 +106,9 @@
end
command "#{embedded_bin('pip3')} install grpcio"
command "#{embedded_bin('pip3')} install -r python/requirements.txt"
# necessary for rust-cpython:
env['PYTHON_SYS_EXECUTABLE'] = embedded_bin('python3')
command "#{embedded_bin('pip3')} install -r python/requirements-rust.txt", env: env
bundle_without = %w(development test)
bundle_without << 'mysql'
......
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