SPIRV-Tools/.github/workflows
Nathan Gauër 987a5f1367
build: change the way we set cxx version for bazel. (#5114)
Before, we did set cxx version to c++17 using COPTS in our bazel files.
This was wrong, and part of the dependencies were then built with the
default standard version. This was not an issue until we moved to c++17.

Then, we decided to use the bazel --cxxopt=-std=c++17, but this was only
valid for nix platforms.
The last option left is to ask the user to specify the standard
when building using bazel.
2023-02-20 11:11:16 +01:00
..
autoroll.yml Add kokoro:run label to autoroll PRs (#5077) 2023-01-19 10:25:25 -05:00
bazel.yml build: change the way we set cxx version for bazel. (#5114) 2023-02-20 11:11:16 +01:00
wasm.yml kokoro: fix dubious ownership (#5082) 2023-01-23 15:32:39 +00:00