Skip to content

Commit a5b8634

Browse files
asdf
1 parent 980a655 commit a5b8634

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ COPY . .
1313

1414
RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd --version
1515

16-
RUN npm run install:libmongocrypt
16+
RUN npm i --ddd
1717

1818
ARG RUN_TEST
1919
RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi
20-
FROM scratch
20+
# FROM scratch
2121

22-
COPY --from=build /mongodb-client-encryption/prebuilds/ /
22+
# COPY --from=build /mongodb-client-encryption/prebuilds/ /

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
registry-url: "https://registry.npmjs.org"
2525

2626
- name: Build with Node.js ${{ matrix.node }} on ${{ matrix.os }}
27-
run: node .github/scripts/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
27+
run: npm i --ddd
2828
shell: bash
2929

3030
- name: Test ${{ matrix.os }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"install:libmongocrypt": "node .github/scripts/libmongocrypt.mjs",
20-
"install": "prebuild-install --runtime napi || node-gyp rebuild",
20+
"install": "prebuild-install --download --runtime napi || node-gyp rebuild",
2121
"clang-format": "clang-format --style=file:.clang-format --Werror -i addon/*",
2222
"check:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint src test",
2323
"check:clang-format": "clang-format --style=file:.clang-format --dry-run --Werror addon/*",

0 commit comments

Comments
 (0)