Created
May 8, 2023 06:47
-
-
Save malkia/bbaf966a656e9a2f7ec6264b41b8f8d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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