Skip to content

Commit

Permalink
feat: tooling and bcr support
Browse files Browse the repository at this point in the history
- feat: add bazel ci presubmit
- test: run integration test for bzlmod in ci
- chore: add CLA, DCO docs
- chore: add PR template
- chore: add dependency review config
- chore: drop outdated travis config
- chore: readme updates

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Aug 13, 2023
1 parent 3e9f970 commit 3d141cf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 50 deletions.
4 changes: 0 additions & 4 deletions .github/dependency-review-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ allow-licenses:
- MIT
- Apache-2.0

deny-licenses:
- LGPL-2.0
- BSD-2-Clause

allow-ghsas: []

12 changes: 0 additions & 12 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
schedule:
- cron: "0 0 * * 1"
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/dependency-review.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/module.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
fail-fast: false
matrix:
label: ["Bzlmod"]
label: ["BCR"]
target: ["//sample"]
action: ["build"]
directory: ["./example/integration_tests/bzlmod"]
Expand Down Expand Up @@ -127,3 +127,4 @@ jobs:
bazel \
${{ matrix.action || 'build' }} \
${{ matrix.target || '//...' }}
2 changes: 1 addition & 1 deletion .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
label: Ubuntu
labs: false
- runner: ubuntu-latest
label: Ubuntu / Bzlmod
label: Ubuntu - Bzlmod
bzlmod: true
labs: true
- runner: windows-latest
Expand Down
10 changes: 5 additions & 5 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d141cf

Please sign in to comment.