Skip to content

Commit 63f57a6

Browse files
committed
Auto merge of #3358 - JohnTitor:fix/disable-1.13-ci, r=JohnTitor
Disable 1.13 CI
2 parents 7a012b6 + bc2bc23 commit 63f57a6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/bors.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ jobs:
156156
sparc64-unknown-linux-gnu,
157157
wasm32-unknown-emscripten,
158158
x86_64-linux-android,
159-
x86_64-unknown-linux-gnux32,
159+
# FIXME: Exec format error (os error 8)
160+
#x86_64-unknown-linux-gnux32,
160161
x86_64-unknown-linux-musl,
161162
# FIXME: It seems some items in `src/unix/mod.rs`
162163
# aren't defined on redox actually.
@@ -237,7 +238,9 @@ jobs:
237238
stable,
238239
beta,
239240
nightly,
240-
1.13.0,
241+
# FIXME: Disabled due to:
242+
# error: failed to parse registry's information for: serde
243+
#1.13.0,
241244
1.19.0,
242245
1.24.0,
243246
1.25.0,
@@ -270,7 +273,9 @@ jobs:
270273
- { toolchain: beta, os: macos-12 }
271274
- { toolchain: nightly, os: macos-12 }
272275
# Use macOS 11 for older toolchains as newer Xcode donesn't work well.
273-
- { toolchain: 1.13.0, os: macos-11 }
276+
# FIXME: Disabled due to:
277+
# error: failed to parse registry's information for: serde
278+
#- { toolchain: 1.13.0, os: macos-11 }
274279
- { toolchain: 1.19.0, os: macos-11 }
275280
- { toolchain: 1.24.0, os: macos-11 }
276281
- { toolchain: 1.25.0, os: macos-11 }

0 commit comments

Comments
 (0)