1

rules/ remove run_under

rules/ were never meant to be added to the release. Now that we are not
*running* multi-arch binaries, we can remove the infrastructure that was
necessary to do so.

I may get back to this -- but we need to dust quite a bit off before
that happens.
This commit is contained in:
Motiejus Jakštys
2023-03-21 10:13:57 +02:00
committed by Motiejus Jakštys
parent 9779650a78
commit 3630f62053
3 changed files with 13 additions and 37 deletions

View File

@@ -9,15 +9,6 @@ cc_binary(
tags = ["manual"],
)
# TODO(motiejus): bring back windows tests, not only builds
#platform_test(
# name = "winver_windows_amd64",
# src = "winver",
# platform = "//platform:windows_amd64",
# run_under = "wine64-stable",
# tags = ["no-sandbox"],
#)
platform_binary(
name = "winver_windows_amd64",
src = "winver",