Skip to content

Commit b33b7a9

Browse files
committed
refactor(NODE-6795): move libmongocrypt helpers to etc
1 parent 1caac56 commit b33b7a9

6 files changed

Lines changed: 5 additions & 386 deletions

File tree

.github/scripts/get-commit-from-ref.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/scripts/libmongocrypt.mjs

Lines changed: 0 additions & 251 deletions
This file was deleted.

.github/scripts/utils.mjs

Lines changed: 0 additions & 116 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222

2323
- name: Build ${{ matrix.os }} Prebuild
24-
run: node .github/scripts/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
24+
run: node etc/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
2525
shell: bash
2626

2727
- id: upload
@@ -102,4 +102,4 @@ jobs:
102102
path: prebuilds/
103103
if-no-files-found: "error"
104104
retention-days: 1
105-
compression-level: 0
105+
compression-level: 0

0 commit comments

Comments
 (0)