Skip to content

Commit b5ad077

Browse files
committed
haiku.yaml: switch to r1beta5 and llvm17
1 parent 86a9238 commit b5ad077

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/haiku.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
config:
1414
# The OS versions supported are specific to the version of the action
1515
# https://github.com/cross-platform-actions/action/blob/master/changelog.md
16-
- { os: haiku, version: 'r1beta4', runner: 'ubuntu-latest', architecture: 'x86-64' }
17-
- { os: haiku, version: 'r1beta4', runner: 'ubuntu-latest', architecture: 'x86' }
16+
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86-64' }
17+
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86' }
1818

1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- uses: korli/action@v0.23.0-haiku
22+
- uses: korli/action@v0.25.0-haiku1
2323
with:
2424
operating_system: ${{ matrix.config.os }}
2525
version: ${{ matrix.config.version }}
2626
architecture: ${{ matrix.config.architecture }}
2727
run: |
28-
ssh user@localhost "chmod 777 /tmp/; pkgman update -y cmd:git cmd:autoconf cmd:cmake cmd:make cmd:clang_16 cmd:ld.lld>=16" &&
28+
ssh user@localhost "chmod 777 /tmp/; pkgman update -y cmd:git cmd:autoconf cmd:cmake cmd:make cmd:clang_17 cmd:ld.lld>=17" &&
2929
git -C .. clone --depth 3 --branch=master --quiet https://github.com/the-tcpdump-group/libpcap.git &&
3030
export LDFLAGS="-Wl,--disable-new-dtags" &&
3131
if [[ `uname -m` == BePC ]]; then

0 commit comments

Comments
 (0)