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

Commit

Permalink
Disable Alpine until they have LLVM12
Browse files Browse the repository at this point in the history
Signed-off-by: rsdy <[email protected]>
  • Loading branch information
rsdy authored and rhdxmr committed Sep 25, 2021
1 parent 9097877 commit 94143be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ jobs:
/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'
alpine-314-build-test:
name: Alpine 3.14 (Disabled until LLVM12 support)
runs-on: ubuntu-latest
if: false
steps:
- uses: actions/checkout@v2
- name: Build host info
Expand All @@ -135,7 +137,7 @@ jobs:
- ubuntu-2104-build-test
- ubuntu-2004-build-test
- ubuntu-1804-build-test
- alpine-314-build-test
# - alpine-314-build-test

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 94143be

Please sign in to comment.