Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
uhyve
Commits
7b7f98e6
Commit
7b7f98e6
authored
Aug 30, 2021
by
Martin Kröning
🦀
Browse files
CI: Widen Actions version requirements
This avoids version bumps for every minor update.
parent
4a11e473
Changes
3
Hide whitespace changes
Inline
Side-by-side
.github/workflows/format.yml
View file @
7b7f98e6
...
@@ -31,7 +31,7 @@ jobs:
...
@@ -31,7 +31,7 @@ jobs:
components
:
${{ matrix.components || '' }}
components
:
${{ matrix.components || '' }}
targets
:
${{ matrix.targets || '' }}
targets
:
${{ matrix.targets || '' }}
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v2
.3.4
uses
:
actions/checkout@v2
-
name
:
Check Formatting
-
name
:
Check Formatting
run
:
cargo fmt -- --check
run
:
cargo fmt -- --check
-
name
:
Check Integration Test Formatting
-
name
:
Check Integration Test Formatting
...
...
.github/workflows/kvm.yml
View file @
7b7f98e6
...
@@ -19,7 +19,7 @@ jobs:
...
@@ -19,7 +19,7 @@ jobs:
rust-version
:
nightly
rust-version
:
nightly
components
:
'
rustfmt,
clippy'
components
:
'
rustfmt,
clippy'
targets
:
'
x86_64-unknown-linux-gnu'
targets
:
'
x86_64-unknown-linux-gnu'
-
uses
:
actions/checkout@v2
.3.4
-
uses
:
actions/checkout@v2
with
:
with
:
submodules
:
true
submodules
:
true
-
name
:
Check Cargo availability
-
name
:
Check Cargo availability
...
@@ -64,7 +64,7 @@ jobs:
...
@@ -64,7 +64,7 @@ jobs:
rust-version
:
nightly
rust-version
:
nightly
components
:
'
rustfmt,
clippy'
components
:
'
rustfmt,
clippy'
targets
:
'
x86_64-unknown-linux-gnu'
targets
:
'
x86_64-unknown-linux-gnu'
-
uses
:
actions/checkout@v2
.3.4
-
uses
:
actions/checkout@v2
with
:
with
:
submodules
:
true
submodules
:
true
-
name
:
Check Cargo availability
-
name
:
Check Cargo availability
...
...
.github/workflows/test.yml
View file @
7b7f98e6
...
@@ -36,7 +36,7 @@ jobs:
...
@@ -36,7 +36,7 @@ jobs:
rust-version
:
${{ matrix.rust }}
rust-version
:
${{ matrix.rust }}
components
:
${{ matrix.components || '' }}
components
:
${{ matrix.components || '' }}
targets
:
${{ matrix.targets || '' }}
targets
:
${{ matrix.targets || '' }}
-
uses
:
actions/checkout@v2
.3.4
-
uses
:
actions/checkout@v2
with
:
with
:
submodules
:
true
submodules
:
true
fetch-depth
:
'
0'
fetch-depth
:
'
0'
...
@@ -72,7 +72,7 @@ jobs:
...
@@ -72,7 +72,7 @@ jobs:
rust-version
:
${{ matrix.rust }}
rust-version
:
${{ matrix.rust }}
components
:
${{ matrix.components || '' }}
components
:
${{ matrix.components || '' }}
targets
:
${{ matrix.targets || '' }}
targets
:
${{ matrix.targets || '' }}
-
uses
:
actions/checkout@v2
.3.4
-
uses
:
actions/checkout@v2
with
:
with
:
submodules
:
true
submodules
:
true
-
name
:
Check Cargo availability
-
name
:
Check Cargo availability
...
@@ -97,7 +97,7 @@ jobs:
...
@@ -97,7 +97,7 @@ jobs:
rust-version
:
nightly
rust-version
:
nightly
components
:
'
rustfmt,
clippy'
components
:
'
rustfmt,
clippy'
targets
:
'
x86_64-unknown-linux-gnu'
targets
:
'
x86_64-unknown-linux-gnu'
-
uses
:
actions/checkout@v2
.3.4
-
uses
:
actions/checkout@v2
with
:
with
:
submodules
:
true
submodules
:
true
-
name
:
Check Cargo availability
-
name
:
Check Cargo availability
...
@@ -111,6 +111,6 @@ jobs:
...
@@ -111,6 +111,6 @@ jobs:
run
:
|
run
:
|
#./generate_test_coverage.sh --print-coverage
#./generate_test_coverage.sh --print-coverage
bash <(curl -s https://codecov.io/bash) -f
bash <(curl -s https://codecov.io/bash) -f
-
uses
:
codecov/codecov-action@v1
.5.2
-
uses
:
codecov/codecov-action@v1
with
:
with
:
files
:
./coveralls.json
files
:
./coveralls.json
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment