Skip to content

Commit

Permalink
Pass host triple when running tests in opt-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 22, 2023
1 parent a836fd6 commit 823d72a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/opt-dist/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ llvm-config = "{llvm_config}"
env.python_binary(),
x_py.as_str(),
"test",
"--build",
env.host_triple(),
"--stage",
"0",
"tests/assembly",
Expand Down

0 comments on commit 823d72a

Please sign in to comment.