Skip to content

Commit

Permalink
Merge pull request #120 from aiuto/cix
Browse files Browse the repository at this point in the history
Get the CI working again.  Stop looking at examples which break us.
  • Loading branch information
aiuto authored Oct 19, 2023
2 parents 39d9f42 + c9703f2 commit 48d422c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .bazelci/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
default_tests: &default_tests
test_targets:
- "//tests/..."
- "//examples/..."
- "-//examples/manifest/..."
- "//examples/policy_checker/..."
- "//examples/sboms/..."

#
# Bazel releases
Expand Down Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions rules_gathering/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 48d422c

Please sign in to comment.