Skip to content

Commit

Permalink
Prepare for githooks configuration on Windows
Browse files Browse the repository at this point in the history
Move build/scripts/workspace-status.sh to
tools/unix/workspace-status.sh.
  • Loading branch information
ohodson committed Sep 1, 2023
1 parent 8026f4e commit 268cce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ build:asan --test_env=ASAN_OPTIONS=abort_on_error=true
#
# Linux and macOS
#
build:unix --workspace_status_command=./build/scripts/workspace-status.sh
build:unix --workspace_status_command=./tools/unix/workspace-status.sh

build:unix --cxxopt='-std=c++20' --host_cxxopt='-std=c++20'
build:unix --cxxopt='-stdlib=libc++' --host_cxxopt='-stdlib=libc++'
Expand Down Expand Up @@ -124,6 +124,7 @@ build:linux --force_pic

# See https://bazel.build/configure/windows#symlink
startup --windows_enable_symlinks
build:windows --workspace_status_command=./tools/windows/workspace-status.cmd
build:windows --enable_runfiles
# We use LLVM's MSVC-compatible compiler driver to compile our code on Windows,
# as opposed to using MSVC directly. This enables us to use the "same" compiler
Expand Down
File renamed without changes.

0 comments on commit 268cce6

Please sign in to comment.