tools: pin OpenSSL to 3.5.4 on test-shared workflow · nodejs/node@3ec9764 · GitHub
Skip to content

Commit 3ec9764

Browse files
committed
tools: pin OpenSSL to 3.5.4 on test-shared workflow
PR-URL: #60428 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent b606d46 commit 3ec9764

3 files changed

Lines changed: 30 additions & 1 deletion

File tree

.github/workflows/test-shared.yml

Lines changed: 7 additions & 0 deletions

BUILDING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@ direnv allow .
270270
make build-ci -j12
271271
```
272272

273+
Most dependencies will likely be available in the official nixpkgs cache,
274+
although for some dependencies we have to deviate for the upstream repository,
275+
in which case those will be built locally, or you can use the Cachix repository
276+
for the project: `cachix use nodejs`. See <https://docs.cachix.org/> for more
277+
information.
278+
273279
The use of `make build-ci` is to ensure you are using the `CONFIG_FLAGS`
274280
environment variable. You can also specify it manually:
275281

shell.nix

Lines changed: 17 additions & 1 deletion

0 commit comments

Comments
 (0)