Skip to content

Commit

Permalink
feat: install py rust dist builder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
priyasiddharth committed Dec 5, 2024
1 parent 8d4b39f commit 0888d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-dist-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build/test rust
run: |
#sudo chown $USER:$USER /mnt/
RUSTFLAGS_NOT_BOOTSTRAP="-Cllvm-args=-debug-only=licm -Cllvm-args=-licm-uses-ownsem" ./x.py --config=config.ci.toml install
RUSTFLAGS_NOT_BOOTSTRAP="-Cllvm-args=-debug-only=licm -Cllvm-args=-licm-uses-ownsem" python x.py --config=config.ci.toml install
# We need to create an archive of the build directory, because it has too
# many files to upload.
Expand Down

0 comments on commit 0888d73

Please sign in to comment.