Skip to content

Commit d274685

Browse files
committed
[build] try to get muslbuild going again
1 parent 7763fd3 commit d274685

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/actions/muslbuilder/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
FROM --platform=$TARGETPLATFORM alpine:latest AS depsbuilder
22

3+
RUN apk update
34
RUN apk add --no-cache \
45
autoconf \
56
automake \
67
build-base \
78
curl \
89
ncurses \
910
ncurses-terminfo \
11+
nodejs \
1012
zip
1113

1214
RUN mkdir -p /fake.root /extract

.github/workflows/bins.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ jobs:
4545
LNAV_BASENAME: lnav-${{ inputs.lnav_version_number }}
4646
LNAV_ZIPNAME: lnav-${{ inputs.lnav_version_number }}-linux-musl-${{ matrix.arch }}.zip
4747
steps:
48-
- name: Patch native Alpine NodeJS into Runner environment
49-
if: runner.os == 'Linux'
50-
run: |
51-
apk add nodejs
52-
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
53-
cd /host/home/runner/runners/*/externals/
54-
rm -rf node20/*
55-
mkdir node20/bin
56-
ln -s /usr/bin/node node20/bin/node
57-
shell: sh # No bash in Alpine by default
5848
- name: checkout
5949
uses: actions/checkout@v3
6050
- name: list

0 commit comments

Comments
 (0)