Skip to content

Commit

Permalink
Windows: Change to internal build script, changing the way we do code…
Browse files Browse the repository at this point in the history
…-signing

PiperOrigin-RevId: 636842687
Change-Id: I067958a54a5377f6f5fa59a4c3df9d39711f0d4d
  • Loading branch information
cblichmann authored and copybara-github committed May 24, 2024
1 parent b731647 commit 30c9a9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kokoro/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ call C:\VS\VC\Auxiliary\Build\vcvarsall.bat x64

pushd "%OUT_DIR%"
cmake "%SRC_DIR%/binexport" ^
--debug-output --debug-trycompile ^
-G "Ninja" ^
-DFETCHCONTENT_FULLY_DISCONNECTED=ON ^
"-DFETCHCONTENT_SOURCE_DIR_ABSL=%KOKORO_ARTIFACTS_DIR%\git\absl" ^
Expand All @@ -40,4 +39,3 @@ cmake --build . --config Release || exit /b
ctest --build-config Release --output-on-failure -R "^[A-Z]" || exit /b
cmake --install . --config Release --strip || exit /b
popd

0 comments on commit 30c9a9b

Please sign in to comment.