Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Aug 21, 2024
1 parent 9297098 commit 469dd53
Show file tree
Hide file tree
Showing 4 changed files with 1,143 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
$installPath = "C:\Program Files\Mayhem"
[System.Environment]::SetEnvironmentVariable("PATH", $env:PATH + ";$installPath", [System.EnvironmentVariableTarget]::Process)
bazel build //fuzz:fuzz_calculator --toolchain_resolution_debug=*
bazel build //fuzz:fuzz_calculator --toolchain_resolution_debug='.*' --incompatible_enable_cc_toolchain_resolution --compiler=clang-cl
# bazel build --define=MAYHEM_URL=${{ env.MAYHEM_URL }} //mayhem:mayhem_fuzz_calculator
env:
MAYHEM_URL: ${{ env.MAYHEM_URL }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bazel-*
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ register_execution_platforms(
"//:x64_windows-clang-cl"
)

register_toolchains(
"@local_config_cc//:cc-toolchain-x64_windows-clang-cl",
)
# register_toolchains(
# "@local_config_cc//:cc-toolchain-x64_windows-clang-cl",
# )
Loading

0 comments on commit 469dd53

Please sign in to comment.