aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2023-10-19 14:40:08 -0400
committerGitHub <noreply@github.com>2023-10-19 14:40:08 -0400
commit48d422c65d418928f87c82f657d79ea357d32848 (patch)
tree963437f6e8ab58abd72210762239494a2e240ef5
parent39d9f429b563478e1c16fb0f938d178ccf4c3fd3 (diff)
parentc9703f2a4b7b8ccdf1c96d8a3e14e1bb0c3168d3 (diff)
downloadbazelbuild-rules_license-48d422c65d418928f87c82f657d79ea357d32848.tar.gz
Merge pull request #120 from aiuto/cix
Get the CI working again. Stop looking at examples which break us.
-rw-r--r--.bazelci/tests.yml9
-rw-r--r--rules_gathering/README.md11
2 files changed, 15 insertions, 5 deletions
diff --git a/.bazelci/tests.yml b/.bazelci/tests.yml
index 42b665a..9d84083 100644
--- a/.bazelci/tests.yml
+++ b/.bazelci/tests.yml
@@ -2,8 +2,8 @@
default_tests: &default_tests
test_targets:
- "//tests/..."
- - "//examples/..."
- - "-//examples/manifest/..."
+ - "//examples/policy_checker/..."
+ - "//examples/sboms/..."
#
# Bazel releases
@@ -33,9 +33,8 @@ windows: &windows
platform: windows
test_targets:
- "//tests/..."
- - "//examples/..."
- - "-//examples/manifest/..."
-
+ - "//examples/policy_checker/..."
+ - "//examples/sboms/..."
# The cross product of bazel releases X platforms
diff --git a/rules_gathering/README.md b/rules_gathering/README.md
new file mode 100644
index 0000000..333182d
--- /dev/null
+++ b/rules_gathering/README.md
@@ -0,0 +1,11 @@
+# Rules and aspects to gather gather package metadata
+
+This folder contains tools used to walk dependency trees and gather
+`LicenseInfo` or similar providers specified by `default_package_metadata`
+and `applicable_licenses`.
+
+
+
+# Known issues:
+
+- [exports_files() is not included](https://github.com/bazelbuild/rules_license/issues/107)