Skip to content

Commit b99dddc

Browse files
committed
test: add freebsd to another spot it was required
1 parent c77a119 commit b99dddc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

internal/node/test/nodejs_toolchain_test.bzl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,18 @@ fi
3232

3333
_ATTRS = {
3434
"platform": attr.string(
35-
values = ["linux_amd64", "linux_arm64", "linux_s390x", "linux_ppc64le", "darwin_amd64", "darwin_arm64", "windows_amd64"],
35+
# keep sorted
36+
values = [
37+
"darwin_amd64",
38+
"darwin_arm64",
39+
"freebsd_amd64",
40+
"freebsd_arm64",
41+
"linux_amd64",
42+
"linux_arm64",
43+
"linux_ppc64le",
44+
"linux_s390x",
45+
"windows_amd64",
46+
],
3647
),
3748
}
3849

0 commit comments

Comments
 (0)