Skip to content

Commit b9b5549

Browse files
committed
Update CI script
1 parent 32f059a commit b9b5549

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/packages.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
schedule:
7-
- cron: '30 5 * * *'
7+
- cron: '30 6 * * *'
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Check out the repo
1414
uses: actions/checkout@v4
@@ -22,14 +22,13 @@ jobs:
2222
git -c user.name=Github -c user.email=none merge upstream/master
2323
2424
- name: Cache ccache
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
with:
2727
path: /home/runner/.cache/ccache
2828
key: ccache
2929

3030
- name: Prepare build environment
3131
run: |
32-
sudo add-apt-repository -y ppa:v-launchpad-jochen-sprickerhof-de/sbuild
3332
sudo DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends sbuild mmdebstrap debian-archive-keyring ccache uidmap
3433
3534
mkdir -p "$HOME/.cache/sbuild"
@@ -64,7 +63,7 @@ jobs:
6463
6564
- name: Test packages
6665
run: |
67-
mmdebstrap --chrooted-customize-hook="curl -L 'https://github.com/defo-project/ech-dev-utils/archive/refs/heads/main.tar.gz' | tar xz; cd ech-dev-utils-main; PACKAGING=1 scripts/testhaproxy.sh" \
66+
mmdebstrap --verbose --chrooted-customize-hook="curl -L 'https://github.com/defo-project/ech-dev-utils/archive/refs/heads/main.tar.gz' | tar xz; cd ech-dev-utils-main; PACKAGING=1 scripts/testhaproxy.sh" \
6867
--variant=essential --include=ca-certificates,haproxy,lighttpd-mod-openssl,curl testing /dev/null \
6968
"deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian testing main" \
7069
"deb [trusted=yes] https://github.com/defo-project/openssl/raw/packages/ /" \

0 commit comments

Comments
 (0)