Skip to content

Commit accd88b

Browse files
committed
ci: remove workarounds
1 parent c8403c6 commit accd88b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
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
@@ -29,7 +22,6 @@ jobs:
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

0 commit comments

Comments
 (0)