5
5
branches : ['0.10.x', '0.11.x']
6
6
pull_request :
7
7
8
- jobs :
9
- # test-freebsd:
10
- # # see https://github.com/actions/runner/issues/385
11
- # # use https://github.com/vmactions/freebsd-vm for now
12
- # name: test on freebsd
13
- # runs-on: ubuntu-latest
14
- # steps:
15
- # - uses: actions/checkout@v4
16
- # - name: test on freebsd
17
- # uses: vmactions/freebsd-vm@v1
18
- # with:
19
- # usesh: true
20
- # mem: 4096
21
- # copyback: false
22
- # prepare: |
23
- # pkg install -y curl
24
- # curl https://sh.rustup.rs -sSf --output rustup.sh
25
- # sh rustup.sh -y --profile minimal --default-toolchain stable
26
- # run: |
27
- # export PATH="$HOME/.cargo/bin:$PATH"
28
- # echo "===== rustc --version ====="
29
- # rustc --version
30
- # echo "===== freebsd-version ====="
31
- # freebsd-version
8
+ # jobs:
9
+ # test-freebsd:
10
+ # # see https://github.com/actions/runner/issues/385
11
+ # # use https://github.com/vmactions/freebsd-vm for now
12
+ # name: test on freebsd
13
+ # runs-on: ubuntu-latest
14
+ # steps:
15
+ # - uses: actions/checkout@v5
16
+ # - name: test on freebsd
17
+ # uses: vmactions/freebsd-vm@v1
18
+ # with:
19
+ # usesh: true
20
+ # mem: 4096
21
+ # copyback: false
22
+ # prepare: |
23
+ # pkg install -y curl
24
+ # curl https://sh.rustup.rs -sSf --output rustup.sh
25
+ # sh rustup.sh -y --profile minimal --default-toolchain stable
26
+ # run: |
27
+ # export PATH="$HOME/.cargo/bin:$PATH"
28
+ # echo "===== rustc --version ====="
29
+ # rustc --version
30
+ # echo "===== freebsd-version ====="
31
+ # freebsd-version
32
32
33
33
# cargo build --locked --all-targets && cargo test --locked && cargo test --locked -- --ignored stress && cargo test --locked --manifest-path fuzz/Cargo.toml && cargo test --locked -p iroh-quinn-udp --benches
34
34
35
35
# test-netbsd:
36
36
# name: test on netbsd
37
37
# runs-on: ubuntu-latest
38
38
# steps:
39
- # - uses: actions/checkout@v4
39
+ # - uses: actions/checkout@v5
40
40
# - name: test on netbsd
41
41
# uses: vmactions/netbsd-vm@v1
42
42
# with:
61
61
# name: test on solaris
62
62
# runs-on: ubuntu-latest
63
63
# steps:
64
- # - uses: actions/checkout@v4
64
+ # - uses: actions/checkout@v5
65
65
# - name: test on Solaris
66
66
# uses: vmactions/solaris-vm@v1
67
67
# with:
@@ -81,12 +81,12 @@ jobs:
81
81
# # Workaround for https://github.com/quinn-rs/quinn/issues/2218
82
82
# export CARGO_HTTP_MULTIPLEXING=false
83
83
# cargo build --locked --all-targets && cargo test --locked --manifest-path fuzz/Cargo.toml && cargo test --locked -p quinn-udp --benches
84
-
84
+ #
85
85
# test-illumos:
86
86
# name: test on illumos
87
87
# runs-on: ubuntu-latest
88
88
# steps:
89
- # - uses: actions/checkout@v4
89
+ # - uses: actions/checkout@v5
90
90
# - name: test on Illumos
91
91
# uses: vmactions/omnios-vm@v1
92
92
# with:
98
98
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
99
99
# run: |
100
100
# . "$HOME/.cargo/env"
101
- # cargo build --locked --all-targets && cargo test --locked && cargo test --locked -- --ignored stress && cargo test --locked --manifest-path fuzz/Cargo.toml && cargo test --locked -p iroh- quinn-udp --benches
101
+ # cargo build --locked --all-targets && cargo test --locked && cargo test --locked -- --ignored stress && cargo test --locked --manifest-path fuzz/Cargo.toml && cargo test --locked -p quinn-udp --benches
102
102
103
103
test :
104
104
strategy :
@@ -119,7 +119,7 @@ jobs:
119
119
SCCACHE_GHA_ENABLED : " on"
120
120
121
121
steps :
122
- - uses : actions/checkout@v4
122
+ - uses : actions/checkout@v5
123
123
-
uses :
mozilla-actions/[email protected]
124
124
- uses : dtolnay/rust-toolchain@master
125
125
with :
@@ -139,7 +139,7 @@ jobs:
139
139
test-aws-lc-rs :
140
140
runs-on : ubuntu-latest
141
141
steps :
142
- - uses : actions/checkout@v4
142
+ - uses : actions/checkout@v5
143
143
- uses : dtolnay/rust-toolchain@stable
144
144
- uses : Swatinem/rust-cache@v2
145
145
# Prevent feature unification from selecting *ring* as the crypto provider
@@ -153,7 +153,7 @@ jobs:
153
153
name : test wasm32-unknown-unknown
154
154
runs-on : ubuntu-latest
155
155
steps :
156
- - uses : actions/checkout@v4
156
+ - uses : actions/checkout@v5
157
157
- uses : dtolnay/rust-toolchain@stable
158
158
- run : rustup target add wasm32-unknown-unknown
159
159
- uses : actions/setup-node@v4
@@ -184,7 +184,7 @@ jobs:
184
184
RUSTC_WRAPPER : " sccache"
185
185
SCCACHE_GHA_ENABLED : " on"
186
186
steps :
187
- - uses : actions/checkout@v4
187
+ - uses : actions/checkout@v5
188
188
-
uses :
mozilla-actions/[email protected]
189
189
# Note that we must also update the README when changing the MSRV
190
190
@@ -197,7 +197,7 @@ jobs:
197
197
RUSTC_WRAPPER : " sccache"
198
198
SCCACHE_GHA_ENABLED : " on"
199
199
steps :
200
- - uses : actions/checkout@v4
200
+ - uses : actions/checkout@v5
201
201
-
uses :
mozilla-actions/[email protected]
202
202
- uses : dtolnay/rust-toolchain@stable
203
203
with :
@@ -220,7 +220,7 @@ jobs:
220
220
audit :
221
221
runs-on : ubuntu-latest
222
222
steps :
223
- - uses : actions/checkout@v4
223
+ - uses : actions/checkout@v5
224
224
- uses : EmbarkStudios/cargo-deny-action@v2
225
225
226
226
test-android :
@@ -242,7 +242,7 @@ jobs:
242
242
run : echo "API_LEVEL=${{ matrix.api-level }}" >> $GITHUB_ENV
243
243
244
244
- name : Checkout code
245
- uses : actions/checkout@v4
245
+ uses : actions/checkout@v5
246
246
247
247
- name : Install JDK
248
248
uses : actions/setup-java@v4
@@ -284,8 +284,6 @@ jobs:
284
284
api-level : ${{ matrix.api-level }}
285
285
arch : ${{ matrix.emulator-arch }}
286
286
script : .github/workflows/rust-android-run-tests-on-emulator.sh
287
- <<<<<<< HEAD
288
-
289
287
# features:
290
288
# strategy:
291
289
# matrix:
@@ -296,9 +294,7 @@ jobs:
296
294
# # skip FIPS features outside of Linux
297
295
# SKIP_FEATURES: ${{ matrix.os != 'ubuntu-latest' && 'rustls-aws-lc-rs-fips,aws-lc-rs-fips' || '' }}
298
296
# steps:
299
- # - uses: actions/checkout@v4
297
+ # - uses: actions/checkout@v5
300
298
# - uses: dtolnay/rust-toolchain@stable
301
299
# - uses: taiki-e/install-action@cargo-hack
302
300
# - run: cargo hack check --feature-powerset --depth 3 --optional-deps --no-dev-deps --ignore-private --skip "${{env.SKIP_FEATURES}}"
303
- =======
304
- >>>>>>> c5b556736cf8e5297b3d52eb58144318ca490dd6
0 commit comments