File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ COPY . .
13
13
14
14
RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd --version
15
15
16
- RUN npm run install:libmongocrypt
16
+ RUN npm i --ddd
17
17
18
18
ARG RUN_TEST
19
19
RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi
20
- FROM scratch
20
+ # FROM scratch
21
21
22
- COPY --from=build /mongodb-client-encryption/prebuilds/ /
22
+ # COPY --from=build /mongodb-client-encryption/prebuilds/ /
Original file line number Diff line number Diff line change 24
24
registry-url : " https://registry.npmjs.org"
25
25
26
26
- 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
28
28
shell : bash
29
29
30
30
- name : Test ${{ matrix.os }}
Original file line number Diff line number Diff line change 17
17
},
18
18
"scripts" : {
19
19
"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" ,
21
21
"clang-format" : " clang-format --style=file:.clang-format --Werror -i addon/*" ,
22
22
"check:eslint" : " ESLINT_USE_FLAT_CONFIG=false eslint src test" ,
23
23
"check:clang-format" : " clang-format --style=file:.clang-format --dry-run --Werror addon/*" ,
You can’t perform that action at this time.
0 commit comments