mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
treewide: replace stdenv.is
with stdenv.hostPlatform.is
(#413977)
This commit is contained in:
commit
0861217ca8
44 changed files with 65 additions and 60 deletions
|
@ -569,7 +569,7 @@ import ../make-test-python.nix (
|
|||
shutdown_queue.task_done()
|
||||
threading.Thread(target=shutdown_worker, daemon=True).start()
|
||||
|
||||
${pkgs.lib.optionalString pkgs.stdenv.isx86_64 ''
|
||||
${pkgs.lib.optionalString pkgs.stdenv.hostPlatform.isx86_64 ''
|
||||
# Only run the MySQL tests on x86_64 so we don't have to debug MySQL ARM issues.
|
||||
run_mattermost_tests(
|
||||
shutdown_queue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue