Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: chore: Update npm_napi_publish.yml to unblock napi build 2 #141

Merged
merged 4 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/npm_napi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
arch: x86_64-unknown-linux-gnu
ext: ""
docker_image: ""
additional_packages: "librust-atk-dev libgtk-3-dev libglib2.0-dev libasound2-dev"
additional_packages: "librust-atk-dev libgtk-3-dev libglib2.0-dev alsa-lib-dev"
nathan-tarr-orica marked this conversation as resolved.
Show resolved Hide resolved
- name: windows-latest-16-cores-custom
arch: x86_64-pc-windows-msvc
ext: .exe
Expand Down
2 changes: 1 addition & 1 deletion docker/napi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH="/aarch64-linux-musl-cross/bin:/usr/local/cargo/bin/rustup:/root/.cargo
CXX="clang++" \
GN_EXE=gn

RUN apk add --update --no-cache nodejs yarn bash clang wget cmake git openssh make perl pkgconfig openssl-dev curl gcc musl-dev linux-headers libudev-dev libasound2-dev libxcb-composite0-dev libgtk-3-dev
RUN apk add --update --no-cache nodejs yarn bash clang wget cmake git openssh make perl pkgconfig openssl-dev curl gcc musl-dev linux-headers libudev-dev alsa-lib-dev libxcb-composite0-dev libgtk-3-dev
nathan-tarr-orica marked this conversation as resolved.
Show resolved Hide resolved


WORKDIR /tmp
Expand Down
Loading