Skip to content

Commit

Permalink
flatcar in a strange place
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Jun 6, 2024
1 parent 40e4a1b commit aa93463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-linux-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
timeout-minutes: 30
container:
image: ${{ needs.set-image.outputs.IMAGE }}
options: --network=host
options: --network=flatcar_network
env:
RUSTFLAGS: "-C debug-assertions -D warnings"
RUST_BACKTRACE: 1
Expand All @@ -71,7 +71,7 @@ jobs:
timeout-minutes: 30
container:
image: ${{ needs.set-image.outputs.IMAGE }}
options: --network=host
options: --network=flatcar_network
env:
RUST_TOOLCHAIN: stable
# Enable debug assertions since we are running optimized builds for testing
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
timeout-minutes: 30
container:
image: ${{ needs.set-image.outputs.IMAGE }}
options: --network=host
options: --network=flatcar_network
env:
RUSTFLAGS: "-C debug-assertions -D warnings"
RUST_BACKTRACE: "full"
Expand All @@ -66,7 +66,7 @@ jobs:
timeout-minutes: 30
container:
image: ${{ needs.set-image.outputs.IMAGE }}
options: --network=host
options: --network=flatcar_network
continue-on-error: true # this rarely triggers in practice
env:
SKIP_WASM_BUILD: 1
Expand All @@ -92,7 +92,7 @@ jobs:
timeout-minutes: 30
container:
image: ${{ needs.set-image.outputs.IMAGE }}
options: --network=host
options: --network=flatcar_network
env:
SKIP_WASM_BUILD: 1
steps:
Expand Down

0 comments on commit aa93463

Please sign in to comment.