File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1234,7 +1234,6 @@ ifeq ($(SKIP_SHARED_DEPS), 1)
12341234 $(RM) -r $(TARNAME)/deps/ada
12351235 $(RM) -r $(TARNAME)/deps/brotli
12361236 $(RM) -r $(TARNAME)/deps/cares
1237- $(RM) -r $(TARNAME)/deps/crates
12381237 $(RM) -r $(TARNAME)/deps/googletest
12391238 $(RM) -r $(TARNAME)/deps/histogram
12401239 $(RM) -r $(TARNAME)/deps/icu-small
Original file line number Diff line number Diff line change 1414 withAmaro ? true ,
1515 withSQLite ? true ,
1616 withSSL ? true ,
17- withTemporal ? false ,
17+ withTemporal ? true ,
1818 sharedLibDeps ? import ./tools/nix/sharedLibDeps.nix {
1919 inherit
2020 pkgs
2121 withSQLite
2222 withSSL
23- withTemporal
2423 ;
24+ withTemporal = false ;
2525 } ,
2626
2727 # dev tools (not needed to build Node.js, useful to maintain it)
You can’t perform that action at this time.
0 commit comments