srctree

Robin Linden parent efe6bd43 6cdc5dd4
os: Add missing compatibility restriction

inlinesplit
.github/workflows/ci.yaml added: 4, removed: 3, total 1
@@ -183,7 +183,7 @@ jobs:
# Include all targets except for
# * py_test targets: not fully statically linked
# * targets that depend on sfml: it pulls in host dependencies.
- run: ./bazelisk test -- $(bazel query '... except (kind("py_test", ...) union rdeps(..., @sfml//:window) union rdeps(..., @icu//:common))')
- run: ./bazelisk test --skip_incompatible_explicit_targets -- $(bazel query '... except (kind("py_test", ...) union rdeps(..., @sfml//:window) union rdeps(..., @icu//:common))')
- name: Run tui
run: |
echo "<html><body><h1>Example</h1><p>This is an example page.</p></body></html>" >example.html
 
os/BUILD added: 4, removed: 3, total 1
@@ -4,6 +4,7 @@ load("//bzl:copts.bzl", "HASTUR_COPTS")
cc_library(
name = "windows_setup",
hdrs = ["windows_setup.h"],
target_compatible_with = ["@platforms//os:windows"],
)
 
OS_DEPS = select({