Skip to content

Commit

Permalink
libnsl2 ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Nov 15, 2024
1 parent f42743c commit b779ba5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion housekeeping/docker/kagome-dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOCKERHUB_BUILDER_PATH ?= $(DOCKERHUB_REGISTRY_PATH)_builder
BUILD_DIR ?= build
CACHE_DIR := $(shell pwd)/../../../../kagome/$(BUILD_DIR)/cache
WORKING_DIR := $(shell pwd)/../../../../kagome
DEPENDENCIES ?= libstdc++6, zlib1g, libgcc-s1, libc6, libtinfo6, libseccomp2, libatomic1
DEPENDENCIES ?= libstdc++6, zlib1g, libgcc-s1, libc6, libtinfo6, libseccomp2, libatomic1, libnsl2
GITHUB_HUNTER_USERNAME ?=
GITHUB_HUNTER_TOKEN ?=
CTEST_OUTPUT_ON_FAILURE ?= 1
Expand Down
7 changes: 6 additions & 1 deletion housekeeping/docker/kagome-dev/kagome_runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ RUN --mount=type=secret,id=google_creds,target=/root/.gcp/google_creds.json \
RUN install_packages \
libc6 \
libstdc++6 \
libgcc-s1
libgcc-s1 \
libnsl2 \
zlib1g \
libtinfo6 \
libseccomp2 \
libatomic1

CMD ["/usr/bin/tini", "--", "/bin/bash", "-c"]

Expand Down
6 changes: 2 additions & 4 deletions zombienet/docker/zombie_tester.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ RUN ln -s /home/nonroot/bin/zombienet-linux-x64 /usr/local/bin/zombienet && \
ln -s /home/nonroot/bin/polkadot-prepare-worker /usr/local/bin/polkadot-prepare-worker

RUN install_packages \
curl \
gpg \
gpg-agent \
git \
Expand All @@ -132,6 +131,5 @@ RUN install_packages \
libseccomp2 \
libatomic1 \
ssh \
libc6 \
libstdc++6 \
libgcc-s1
libgcc-s1 \
zlib1g

0 comments on commit b779ba5

Please sign in to comment.