From 04558ed683f1f2afde79174bcc88a4975701fdc0 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 27 Sep 2024 10:25:59 -0700 Subject: [PATCH] chore: fmt --- WORKSPACE | 3 --- release/BUILD.bazel | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 3155b4dc4..a5130b42e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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( @@ -103,7 +102,6 @@ filegroup( ) """ - load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain") llvm_toolchain( @@ -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", diff --git a/release/BUILD.bazel b/release/BUILD.bazel index 191b67b03..662683da2 100644 --- a/release/BUILD.bazel +++ b/release/BUILD.bazel @@ -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(