fix(tvix): use correct value of SANDBOX_SHELL
Change-Id: I8e471c0f0a30337681042beeff633821eee67346 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1746 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
72e61aa584
commit
0124691fdd
1 changed files with 2 additions and 1 deletions
3
third_party/nix/CMakeLists.txt
vendored
3
third_party/nix/CMakeLists.txt
vendored
|
@ -41,7 +41,8 @@ if (CLANG_TIDY_PATH)
|
|||
endif()
|
||||
|
||||
if (DEFINED ENV{SANDBOX_SHELL})
|
||||
set(SANDBOX_SHELL ENV{SANDBOX_SHELL})
|
||||
message("Using SANDBOX_SHELL = $ENV{SANDBOX_SHELL}")
|
||||
set(SANDBOX_SHELL "$ENV{SANDBOX_SHELL}")
|
||||
else()
|
||||
find_program(BUSYBOX busybox)
|
||||
if (BUSYBOX)
|
||||
|
|
Loading…
Reference in a new issue