node
Some checks failed
Build ZeroTier One for Alpine Linux / build-zerotier (push) Failing after 5m10s

This commit is contained in:
Xaver Russ 2025-07-20 22:26:56 +02:00
parent eef6618fb9
commit 918714d1a0

View file

@ -25,11 +25,6 @@ jobs:
image: alpine:latest image: alpine:latest
steps: steps:
- name: Checkout workflow repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Alpine environment and install dependencies - name: Setup Alpine environment and install dependencies
run: | run: |
# Update package manager # Update package manager
@ -48,7 +43,9 @@ jobs:
gzip \ gzip \
file \ file \
pkgconfig \ pkgconfig \
musl-dev musl-dev \
nodejs \
npm
# Install Rust and Cargo # Install Rust and Cargo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
@ -60,6 +57,11 @@ jobs:
# Enable TUN module (if available in container) # Enable TUN module (if available in container)
modprobe tun || echo "TUN module not available in container (expected)" modprobe tun || echo "TUN module not available in container (expected)"
- name: Checkout workflow repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Clone ZeroTier One repository - name: Clone ZeroTier One repository
run: | run: |
# Determine version to build # Determine version to build