Skip to content

Commit a838299

Browse files
committed
skip rpm
1 parent f43dabe commit a838299

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${exit_code}" -ne 0 ] ; then
88
exit "${exit_code}"
99
fi
1010

11-
bazel test tests/... examples/...
11+
bazel test -- //tests/... //examples/... -//tests/rpm/...
1212
exit_code="$?"
1313
case "${exit_code}" in
1414
"4")

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ bazel_dep(name = "rules_python", version = "1.0.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1212

1313
# Only for development
14-
bazel_dep(name = "platforms", version = "0.0.10", dev_dependency = True)
14+
bazel_dep(name = "platforms", version = "1.0.0", dev_dependency = True)
1515
bazel_dep(name = "rules_cc", version = "0.0.17", dev_dependency = True)
1616
bazel_dep(name = "stardoc", version = "0.7.2", dev_dependency = True)
17-
bazel_dep(name = "rules_shell", version = "0.3.0", dev_dependency = True)
17+
bazel_dep(name = "rules_shell", version = "0.6.1", dev_dependency = True)
1818

1919
# Find the system rpmbuild if one is available.
2020
find_rpm = use_extension("//toolchains/rpm:rpmbuild_configure.bzl", "find_system_rpmbuild_bzlmod", dev_dependency = True)

0 commit comments

Comments
 (0)