File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 1313 dist :
1414 name : Build rust-std-hermit distribution artifacts
1515 runs-on : ubuntu-latest
16- env :
17- # FIXME: this is a workaround for
18- # thread 'main' panicked at src/build_helper/src/git.rs:145:54:
19- # called `Result::unwrap()` on an `Err` value: "Cannot find any suitable upstream master branch"
20- # https://github.com/rust-lang/rust/blob/1.86.0/src/build_helper/src/git.rs#L145
21- CI_JOB_NAME : dist-hermit
22- TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
2316 steps :
2417 - uses : actions/checkout@v6
2518 - name : Checkout rust
2922 ref : ${{ env.RUSTUP_TOOLCHAIN }}
3023 path : rust
3124 fetch-depth : 5
32- submodules : true
3325 - name : Install arch-specific GCC variants
3426 run : |
3527 sudo apt-get update
You can’t perform that action at this time.
0 commit comments