Skip to content

Commit

Permalink
ci: Pin nightly toolchain for hexagon test
Browse files Browse the repository at this point in the history
rust-lang/rust#121666 caused regression on hexagon linux-musl:

```
 ld.lld: error: undefined symbol: pthread_getname_np
```
  • Loading branch information
taiki-e committed Mar 3, 2024
1 parent 07b07f8 commit 73a786f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
target: i686-unknown-linux-gnu
- rust: nightly
target: i686-unknown-linux-gnu
- rust: nightly
- rust: nightly-2024-03-02 # TODO: https://github.com/rust-lang/rust/pull/121666 caused regression
target: hexagon-unknown-linux-musl
- rust: nightly-2023-08-23 # The last nightly version that doesn't support MaybeUninit registers.
target: hexagon-unknown-linux-musl
Expand Down

0 comments on commit 73a786f

Please sign in to comment.