Skip to content

Commit 6cc35f1

Browse files
committed
fixup! tools: pin OpenSSL to 3.5.4 on test-shared workflow
add note in docs
1 parent 3d78c6f commit 6cc35f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

0 commit comments

Comments
 (0)