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 23, 2024
1 parent 7d88308 commit aca7b58
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 547 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ common:ci --show_timestamps

build:ci --disk_cache=~/.cache/bazel_build_cache
build:ci --repository_cache=~/.cache/bazel_repo_cache
build:ci --toolchain_resolution_debug=@@bazel_tools//tools/cpp:toolchain_type

try-import %workspace%/user.bazelrc
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
104 changes: 79 additions & 25 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 aca7b58

Please sign in to comment.