Skip to content

Commit 703c8c9

Browse files
committed
fixup! build: add cargo and rustc checks for Temporal
1 parent bef0663 commit 703c8c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
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)

0 commit comments

Comments
 (0)