File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 252252 """.format(id=test_id, url=test_url, hash=cache_info_hash)
253253
254254 output = client.succeed(
255- f"{ENV_WITH_CREDS} nix build --debug --impure --expr '{fetchurl_expr}' 2>&1"
255+ f"{ENV_WITH_CREDS} nix build --debug --impure --no-link -- expr '{fetchurl_expr}' 2>&1"
256256 )
257257
258258 # Verify fork behavior
392392
393393 try:
394394 output = client.succeed(
395- f"{ENV_WITH_CREDS} nix build --debug --impure "
395+ f"{ENV_WITH_CREDS} nix build --debug --impure --no-link "
396396 f"--expr '{concurrent_expr}' --max-jobs 5 2>&1"
397397 )
398398 except:
399399 output = client.fail(
400- f"{ENV_WITH_CREDS} nix build --debug --impure "
400+ f"{ENV_WITH_CREDS} nix build --debug --impure --no-link "
401401 f"--expr '{concurrent_expr}' --max-jobs 5 2>&1"
402402 )
403403
You can’t perform that action at this time.
0 commit comments