This commit is contained in:
parent
90958a96ee
commit
74b2d4527d
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue