Skip to content

Instantly share code, notes, and snippets.

@malkia
Created May 8, 2023 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malkia/bbaf966a656e9a2f7ec6264b41b8f8d6 to your computer and use it in GitHub Desktop.
Save malkia/bbaf966a656e9a2f7ec6264b41b8f8d6 to your computer and use it in GitHub Desktop.
@echo off
set BAZEL_SH=c:\program files\git\usr\bin\bash.exe
set PATH=c:\program files\git\usr\bin;c:\program files\git\cmd;d:\sys\bazel;c:\python311;c:\python311\scripts;%PATH%
set MSYS2_ARG_CONV_EXCL=*
set MSYS2_PATH_TYPE=inherit
set TMPDIR=C:/Windows/TEMP
set TEMP=C:/Windows/TEMP
set TMP=C:/Windows/TEMP
bazel --output_base=f:\_eb build -k --enable_runfiles --config=windows -c opt --config=sizeopt --config=msvc-cl envoy
bazel --output_base=f:\_eb run --enable_runfiles --config=windows -c opt --config=sizeopt --config=msvc-cl envoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment