Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 94143be

Browse files
rsdyrhdxmr
authored andcommitted
Disable Alpine until they have LLVM12
Signed-off-by: rsdy <p@symmetree.dev>
1 parent 9097877 commit 94143be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ jobs:
109109
/bin/bash -c 'cargo clean && /lib/modules/*/build/scripts/extract-vmlinux /lib/modules/*/vmlinuz > /boot/vmlinux && export REDBPF_VMLINUX=/boot/vmlinux && cargo build && cargo build --examples'
110110
111111
alpine-314-build-test:
112+
name: Alpine 3.14 (Disabled until LLVM12 support)
112113
runs-on: ubuntu-latest
114+
if: false
113115
steps:
114116
- uses: actions/checkout@v2
115117
- name: Build host info
@@ -135,7 +137,7 @@ jobs:
135137
- ubuntu-2104-build-test
136138
- ubuntu-2004-build-test
137139
- ubuntu-1804-build-test
138-
- alpine-314-build-test
140+
# - alpine-314-build-test
139141

140142
steps:
141143
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)