Skip to content

Commit

Permalink
Bazel: 6.5.0 -> 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron1 committed Dec 24, 2024
1 parent 2ebcd72 commit 56ae0e4
Show file tree
Hide file tree
Showing 5 changed files with 6,817 additions and 342 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
--//:version=${{ needs.version.outputs.version }}
--//:rev=${{ needs.version.outputs.rev }}
${{ matrix.buildflags }}
"//..."
--
//...
shell: cmd
if: runner.os == 'Windows'
- name: Run tests
Expand All @@ -126,7 +127,9 @@ jobs:
--//:version=${{ needs.version.outputs.version }}
--//:rev=${{ needs.version.outputs.rev }}
${{ matrix.buildflags }}
"//..."
--
//...
${{ runner.os != 'macOS' && '-//macos/... -//pkg/macos/... -//proxydetox:proxydetoxcli' || '' }}
if: runner.os != 'Windows'

bazel_check:
Expand Down
58 changes: 56 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ members = [
"proxydetox",
"proxydetoxlib",
"spnego",
"tools",
]
default-members = [
"paceval",
Expand Down
Loading

0 comments on commit 56ae0e4

Please sign in to comment.