Skip to content

Commit

Permalink
Update libsodium (#207)
Browse files Browse the repository at this point in the history
* Update `libsodium`

* Move back to upstream repo

* Tweak linking
  • Loading branch information
kasperisager authored Nov 6, 2024
1 parent c6c282d commit 0d4e3a5
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 106 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: choco upgrade llvm
if: ${{ matrix.platform == 'win32' }}
- run: npm install -g bare-make
- run: npm install
- run: bare-make generate --platform ${{ matrix.platform }} --arch ${{ matrix.arch }} ${{ matrix.flags }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: choco upgrade llvm
if: ${{ matrix.os == 'windows-latest' }}
- run: npm install -g bare-runtime bare-make
- run: npm install
- run: bare-make generate --debug
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "vendor/libsodium"]
path = vendor/libsodium
url = ../../jedisct1/libsodium.git
shallow = true
Loading

0 comments on commit 0d4e3a5

Please sign in to comment.