Skip to content

Commit 5dae245

Browse files
committed
fix ci
1 parent 0e60c64 commit 5dae245

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131
jobs:
3232
lib-unit-test:
3333
name: lib unit test
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-26.04
3535
steps:
3636
- name: Checkout sources
3737
uses: actions/checkout@v7
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install build dependencies
4646
run: |
4747
sudo apt-get update
48-
sudo apt-get install capnproto libjemalloc-dev libmimalloc-dev libc-ares-dev libssl-dev liblua5.4-dev
48+
sudo apt-get install capnproto libjemalloc-dev libmimalloc-dev libc-ares-dev libssl-dev libpython3-dev liblua5.4-dev
4949
sudo apt-get install libbpf-dev linux-bpf-dev
5050
- name: Install binutils
5151
run: |
@@ -65,7 +65,7 @@ jobs:
6565
verbose: false
6666
vey-mkcert-test:
6767
name: vey-mkcert test
68-
runs-on: ubuntu-latest
68+
runs-on: ubuntu-26.04
6969
steps:
7070
- name: Checkout sources
7171
uses: actions/checkout@v7
@@ -98,7 +98,7 @@ jobs:
9898
verbose: false
9999
vey-keyless-test:
100100
name: vey-keyless test
101-
runs-on: ubuntu-latest
101+
runs-on: ubuntu-26.04
102102
steps:
103103
- name: Checkout sources
104104
uses: actions/checkout@v7
@@ -277,7 +277,7 @@ jobs:
277277
verbose: false
278278
vey-statsd-test:
279279
name: vey-statsd test
280-
runs-on: ubuntu-latest
280+
runs-on: ubuntu-26.04
281281
steps:
282282
- name: Checkout sources
283283
uses: actions/checkout@v7

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
sudo apt-get update
4848
sudo apt-get install capnproto musl-tools
49-
sudp apt-get install autoconf autopoint flex bison gawk
49+
sudo apt-get install autoconf autopoint flex bison gawk
5050
- name: Cargo build
5151
run: cargo build --target=x86_64-unknown-linux-musl --no-default-features --features secure-vendored-mimalloc,vendored-ebpf,${{ matrix.feature }},quic,vendored-c-ares
5252
musl-clang:
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install dependencies
7979
run: |
8080
apk add --no-cache musl-dev linux-headers libc++-dev llvm-libunwind-static
81-
apk add --no-cache autoconf gettext flex bison gawk
81+
apk add --no-cache autoconf automake argp-standalone gettext-tiny flex bison gawk
8282
apk add --no-cache clang lld capnproto-dev clang-libclang cmake make
8383
- name: Install Go for AWS-LC-FIPS
8484
if: contains(matrix.feature, 'vendored-aws-lc-fips')
@@ -114,7 +114,7 @@ jobs:
114114
- name: Install dependencies
115115
run: |
116116
apk add --no-cache musl-dev linux-headers libc++-dev libc++-static llvm-libunwind-static
117-
apk add --no-cache autoconf gettext flex bison gawk
117+
apk add --no-cache autoconf automake argp-standalone gettext-tiny flex bison gawk
118118
apk add --no-cache clang lld capnproto-dev clang-libclang cmake make
119119
- name: Cargo build
120120
run: cargo $UNSTABLE_OPTIONS build --no-default-features --features secure-vendored-mimalloc,vendored-ebpf,${{ matrix.feature }},quic,vendored-c-ares

0 commit comments

Comments
 (0)