Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Sep 27, 2024
1 parent 93cac25 commit 04558ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ workspace(name = "build_aspect_cli")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")


HERMETIC_CC_TOOLCHAIN_VERSION = "v3.1.1"

http_archive(
Expand Down Expand Up @@ -103,7 +102,6 @@ filegroup(
)
"""


load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain")

llvm_toolchain(
Expand Down Expand Up @@ -157,7 +155,6 @@ http_archive(
urls = ["https://s3.us-east-2.amazonaws.com/static.aspect.build/sysroots/MacOSX11.3.sdk.tar.xz"],
)


http_archive(
name = "io_bazel_rules_go",
sha256 = "67b4d1f517ba73e0a92eb2f57d821f2ddc21f5bc2bd7a231573f11bd8758192e",
Expand Down
4 changes: 2 additions & 2 deletions release/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ multi_platform_binaries(
platform_transition_filegroup(
name = "aspect_windows_amd64",
srcs = ["//cmd/aspect"],
target_platform = "@zig_sdk//platform:windows_x86_64",
target_compatible_with = [
"@platforms//os:windows",
"@platforms//cpu:x86_64",
]
],
target_platform = "@zig_sdk//platform:windows_x86_64",
)

version_file(
Expand Down

0 comments on commit 04558ed

Please sign in to comment.