Skip to content

Commit 378d712

Browse files
committed
Fix failing builds
[docker_verify]
1 parent 493bc1e commit 378d712

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
-D BUILD_VERSION="$VERSION" \
5252
-D ENABLE_SSL=OFF \
5353
-D ENABLE_SASL=OFF \
54-
-D ENABLE_MONGOC=ON && cmake --build _build --config RelWithDebInfo --parallel && cmake --install _build
54+
-D ENABLE_MONGOC=ON && cmake --build _build --config RelWithDebInfo --parallel && sudo cmake --install _build
5555
rm -rf "mongo-c-driver-$VERSION"
5656
wget -q https://github.com/redis/hiredis/archive/v1.0.0.tar.gz
5757
tar xf v1.0.0.tar.gz

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
-D BUILD_VERSION="$VERSION" \
9292
-D ENABLE_SSL=OFF \
9393
-D ENABLE_SASL=OFF \
94-
-D ENABLE_MONGOC=ON && cmake --build _build --config RelWithDebInfo --parallel && cmake --install _build
94+
-D ENABLE_MONGOC=ON && cmake --build _build --config RelWithDebInfo --parallel && sudo cmake --install _build
9595
rm -rf "mongo-c-driver-$VERSION"
9696
wget -q https://github.com/redis/hiredis/archive/v1.0.0.tar.gz
9797
tar xf v1.0.0.tar.gz

lang-server-backends/javascript/nodejs/ffead-cpp-nodejs-http.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM sumeetchhetri/ffead-cpp-all-base:7.0
22

3-
ENV NODE_MAJOR 20
3+
ENV NODE_MAJOR 16
4+
#ffi-napi install fails for latest node versions
45
WORKDIR ${IROOT}
56

67
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)