Skip to content

Commit 184d63d

Browse files
authored
Merge pull request #582 from rust-lang/fix/ci
Fix CI by downgrading to Ubuntu 22.04
2 parents cd3f699 + 96fd4a2 commit 184d63d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717

1818
strategy:
1919
fail-fast: false

Diff for: build_system/src/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ fn test_projects(env: &Env, args: &TestArg) -> Result<(), String> {
641641
//failing test is fixed upstream.
642642
//"https://github.com/marshallpierce/rust-base64", // FIXME: one test is OOM-killed.
643643
// TODO: ignore the base64 test that is OOM-killed.
644-
"https://github.com/time-rs/time",
644+
//"https://github.com/time-rs/time", // FIXME: one test fails (https://github.com/time-rs/time/issues/719).
645645
"https://github.com/rust-lang/log",
646646
"https://github.com/bitflags/bitflags",
647647
//"https://github.com/serde-rs/serde", // FIXME: one test fails.

0 commit comments

Comments
 (0)