-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Buildifier * Update gen * More gen * More gen * Fix bad gen * Fix windows
- Loading branch information
1 parent
3a18d45
commit 86f8bef
Showing
16 changed files
with
99 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.2.0 | ||
6.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
GO111MODULE=on go get github.com/bazelbuild/buildtools/[email protected] | ||
- name: Run buildifier | ||
run: buildifier --lint=fix -r . | ||
run: buildifier -warnings all --lint=fix -r . | ||
|
||
- name: Check Output | ||
run: git --no-pager diff --exit-code HEAD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
load("@rules_cc//cc:defs.bzl", "cc_library") | ||
|
||
alias( | ||
name = "ni", | ||
actual = ":shared", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
load("@rules_cc//cc:defs.bzl", "cc_library") | ||
|
||
cc_library( | ||
name = "shared", | ||
linkstatic = 1, | ||
srcs = select({ | ||
"@rules_bzlmodrio_toolchains//constraints/is_roborio:roborio": ["@bazelrio_edu_wpi_first_ni-libraries_chipobject_linuxathena//:shared_libs"], | ||
}), | ||
target_compatible_with = select({ | ||
"@bazel_tools//src/conditions:darwin": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:linux_x86_64": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_bullseye32:bullseye32": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_bullseye64:bullseye64": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_raspi32:raspi32": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:linux_x86_64": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:darwin": ["@platforms//:incompatible"], | ||
"//conditions:default": [], | ||
}), | ||
visibility = ["@bzlmodrio-ni//:__subpackages__"], | ||
deps = ["@bazelrio_edu_wpi_first_ni-libraries_chipobject_headers//:headers"] + select({ | ||
"@rules_bzlmodrio_toolchains//constraints/is_roborio:roborio": ["@bazelrio_edu_wpi_first_ni-libraries_chipobject_linuxathena//:shared_libs"], | ||
}), | ||
deps = ["@bazelrio_edu_wpi_first_ni-libraries_chipobject_headers//:headers"], | ||
alwayslink = 1, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
load("@rules_cc//cc:defs.bzl", "cc_library") | ||
|
||
cc_library( | ||
name = "shared", | ||
linkstatic = 1, | ||
srcs = select({ | ||
"@rules_bzlmodrio_toolchains//constraints/is_roborio:roborio": ["@bazelrio_edu_wpi_first_ni-libraries_netcomm_linuxathena//:shared_libs"], | ||
}), | ||
target_compatible_with = select({ | ||
"@bazel_tools//src/conditions:darwin": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:linux_x86_64": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_bullseye32:bullseye32": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_bullseye64:bullseye64": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_raspi32:raspi32": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:linux_x86_64": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:darwin": ["@platforms//:incompatible"], | ||
"//conditions:default": [], | ||
}), | ||
visibility = ["@bzlmodrio-ni//:__subpackages__"], | ||
deps = ["@bazelrio_edu_wpi_first_ni-libraries_netcomm_headers//:headers"] + select({ | ||
"@rules_bzlmodrio_toolchains//constraints/is_roborio:roborio": ["@bazelrio_edu_wpi_first_ni-libraries_netcomm_linuxathena//:shared_libs"], | ||
}), | ||
deps = ["@bazelrio_edu_wpi_first_ni-libraries_netcomm_headers//:headers"], | ||
alwayslink = 1, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
load("@rules_cc//cc:defs.bzl", "cc_library") | ||
|
||
cc_library( | ||
name = "shared", | ||
linkstatic = 1, | ||
srcs = select({ | ||
"@rules_bzlmodrio_toolchains//constraints/is_roborio:roborio": ["@bazelrio_edu_wpi_first_ni-libraries_runtime_linuxathena//:shared_libs"], | ||
}), | ||
target_compatible_with = select({ | ||
"@bazel_tools//src/conditions:darwin": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:linux_x86_64": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_bullseye32:bullseye32": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_bullseye64:bullseye64": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_raspi32:raspi32": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:linux_x86_64": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:darwin": ["@platforms//:incompatible"], | ||
"//conditions:default": [], | ||
}), | ||
visibility = ["@bzlmodrio-ni//:__subpackages__"], | ||
deps = select({ | ||
"@rules_bzlmodrio_toolchains//constraints/is_roborio:roborio": ["@bazelrio_edu_wpi_first_ni-libraries_runtime_linuxathena//:shared_libs"], | ||
}), | ||
alwayslink = 1, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
load("@rules_cc//cc:defs.bzl", "cc_library") | ||
|
||
cc_library( | ||
name = "shared", | ||
linkstatic = 1, | ||
srcs = select({ | ||
"@rules_bzlmodrio_toolchains//constraints/is_roborio:roborio": ["@bazelrio_edu_wpi_first_ni-libraries_visa_linuxathena//:shared_libs"], | ||
}), | ||
target_compatible_with = select({ | ||
"@bazel_tools//src/conditions:darwin": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:linux_x86_64": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_bullseye32:bullseye32": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_bullseye64:bullseye64": ["@platforms//:incompatible"], | ||
"@rules_bzlmodrio_toolchains//constraints/is_raspi32:raspi32": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:windows": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:linux_x86_64": ["@platforms//:incompatible"], | ||
"@bazel_tools//src/conditions:darwin": ["@platforms//:incompatible"], | ||
"//conditions:default": [], | ||
}), | ||
visibility = ["@bzlmodrio-ni//:__subpackages__"], | ||
deps = ["@bazelrio_edu_wpi_first_ni-libraries_visa_headers//:headers"] + select({ | ||
"@rules_bzlmodrio_toolchains//constraints/is_roborio:roborio": ["@bazelrio_edu_wpi_first_ni-libraries_visa_linuxathena//:shared_libs"], | ||
}), | ||
deps = ["@bazelrio_edu_wpi_first_ni-libraries_visa_headers//:headers"], | ||
alwayslink = 1, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.2.0 | ||
6.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters