Skip to content

Commit

Permalink
Fix local external builds
Browse files Browse the repository at this point in the history
- Remove internal only target from artifacts.tar
- Add clang-cl to the default windows platform constraints

Bug: b/345487703
Change-Id: I90951bc4da2b7f471bc981ca3758b863b1d63b31
Test: Ran full build locally
GitOrigin-RevId: aef5353029e2a0e1b24f5c5401613e6f3358a017
  • Loading branch information
bentekkie authored and copybara-github committed Jun 7, 2024
1 parent 21707ae commit f7132ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ platform(
constraint_values = [
"@platforms//cpu:x86_64",
"@platforms//os:windows",
"@bazel_tools//tools/cpp:clang-cl",
],
visibility = ["//visibility:public"],
)
Expand Down Expand Up @@ -122,7 +123,6 @@ pkg_files(
name = "artifacts_executable",
srcs = [
"//cmd/bootstrap",
"//cmd/credshelper",
"//cmd/dumpstats",
"//cmd/logdump",
"//cmd/metricsuploader",
Expand Down

0 comments on commit f7132ba

Please sign in to comment.