Skip to content

Commit 321c9bd

Browse files
flba-ebkhuey
authored andcommitted
Disable builds for x86_64-fuchsia
CI fails because there is no std lib: error: toolchain 'nightly-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'x86_64-fuchsia'
1 parent c1dd6df commit 321c9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ jobs:
204204
target:
205205
- wasm32-unknown-unknown
206206
- wasm32-wasi
207-
- x86_64-fuchsia
208207
- x86_64-fortanix-unknown-sgx
209208
- x86_64-unknown-illumos
209+
# - x86_64-fuchsia # error: toolchain 'nightly-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'x86_64-fuchsia'
210210
steps:
211211
- uses: actions/checkout@v3
212212
with:

0 commit comments

Comments
 (0)