mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
Fix CI compilation issues
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
This commit is contained in:
parent
75c0a1b69f
commit
cc8bab68e6
@ -26,7 +26,7 @@ jobs:
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [1.59.0, 1.61.0]
|
||||
rust: [1.60.0, 1.61.0]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
@ -42,9 +42,9 @@ jobs:
|
||||
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.0/runc.amd64
|
||||
sudo mv runc.amd64 /usr/bin/runc
|
||||
sudo chmod 755 /usr/bin/runc
|
||||
- name: Validate tests on runc
|
||||
run: make validate-rust-tests
|
||||
- name: Build
|
||||
run: make release-build
|
||||
- name: Validate tests on runc
|
||||
run: make validate-rust-tests
|
||||
- name: Validate tests on youki
|
||||
run: make integration-test
|
||||
|
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [1.59.0, 1.61.0]
|
||||
rust: [1.60.0, 1.61.0]
|
||||
dirs: ${{ fromJSON(needs.changes.outputs.dirs) }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [1.59.0, 1.61.0]
|
||||
rust: [1.60.0, 1.61.0]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Toolchain setup
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.60.0
|
||||
toolchain: 1.61.0
|
||||
override: true
|
||||
profile: minimal
|
||||
components: llvm-tools-preview
|
||||
@ -105,7 +105,7 @@ jobs:
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [1.59.0, 1.61.0]
|
||||
rust: [1.60.0, 1.61.0]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user