File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2020 - deps/openssl/*/**
2121 - deps/simdjson/**
2222 - deps/sqlite/**
23+ - deps/temporal/**
2324 - deps/uv/**
2425 - deps/uvwasi/**
2526 - deps/zlib/**
5152 - deps/openssl/*/**
5253 - deps/simdjson/**
5354 - deps/sqlite/**
55+ - deps/temporal/**
5456 - deps/uv/**
5557 - deps/uvwasi/**
5658 - deps/zlib/**
Original file line number Diff line number Diff line change @@ -1233,6 +1233,7 @@ ifeq ($(SKIP_SHARED_DEPS), 1)
12331233 find $(TARNAME)/deps/openssl -mindepth 1 -maxdepth 1 -type d -exec $(RM) -r {} +
12341234 $(RM) -r $(TARNAME)/deps/simdjson
12351235 $(RM) -r $(TARNAME)/deps/sqlite
1236+ $(RM) -r $(TARNAME)/deps/temporal
12361237 $(RM) -r $(TARNAME)/deps/uv
12371238 $(RM) -r $(TARNAME)/deps/uvwasi
12381239 $(RM) -r $(TARNAME)/deps/zlib
Original file line number Diff line number Diff line change @@ -32,7 +32,11 @@ pkgs.mkShell {
3232 ccache
3333 ]
3434 ++ devTools
35- ++ benchmarkTools ;
35+ ++ benchmarkTools
36+ ++ pkgs . lib . optionals ( withTemporal && ! builtins . hasAttr "temporal_capi" sharedLibDeps ) [
37+ pkgs . cargo
38+ pkgs . rustc
39+ ] ;
3640
3741 shellHook =
3842 if ( ccache != null ) then
You can’t perform that action at this time.
0 commit comments