Skip to content

Commit

Permalink
Remove checks for Solaris
Browse files Browse the repository at this point in the history
See rust-lang/rust#85098 for details.
  • Loading branch information
jhpratt committed May 15, 2021
1 parent b42b24f commit f37791e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
rust: ["1.46", stable]
target:
- { name: NetBSD, triple: x86_64-unknown-netbsd, has_std: true, has_local_offset: false }
- { name: Solaris, triple: x86_64-sun-solaris, has_std: true, has_local_offset: false }
- { name: wasi, triple: wasm32-wasi, has_std: true, has_local_offset: false }
- { name: embedded, triple: thumbv7em-none-eabihf, has_std: false, has_local_offset: false }

Expand Down

0 comments on commit f37791e

Please sign in to comment.