Use dist profile
Some checks failed
Build / build (push) Failing after 9m41s

This commit is contained in:
Mathieu Strypsteen 2024-12-27 20:31:54 +01:00
parent 90958a96ee
commit 74b2d4527d
2 changed files with 8 additions and 4 deletions

View file

@ -14,10 +14,10 @@ jobs:
run: ./x.py build --stage=1
- name: Remove symlinks
run: |
rm build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/src/rust
rm build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/rustc-src/rust
rm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src/rust
rm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/rustc-src/rust
- name: Upload compiler
uses: forgejo/upload-artifact@v4
with:
name: compiler.zip
path: build/x86_64-unknown-linux-gnu/stage1
path: build/x86_64-unknown-linux-gnu/stage2

View file

@ -1,6 +1,10 @@
change-id = 131075
profile = 'compiler'
profile = 'dist'
[build]
host = ["x86_64-unknown-linux-gnu"]
target = ["x86_64-unknown-linux-gnu", "x86_64-unknown-os"]
extended = false
[llvm]
download-ci-llvm = true