Skip to content

Commit

Permalink
remove defensive deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Feb 20, 2024
1 parent 2962edf commit 2bd05ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions recipe/build-lib.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
@echo on

:: we're trying to avoid the third_party sources, and not building them;
:: to avoid weird errors if those sources got picked up nevertheless, delete them
rmdir /S /Q third_party\absl
rmdir /S /Q third_party\protobuf-lite

mkdir build
cd build

Expand Down
5 changes: 0 additions & 5 deletions recipe/build-lib.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/bin/bash
set -ex

# we're trying to avoid the third_party sources, and not building them;
# to avoid weird errors if those sources got picked up nevertheless, delete them
rm -rf third_party/absl
rm -rf third_party/protobuf-lite

mkdir build
cd build

Expand Down

0 comments on commit 2bd05ad

Please sign in to comment.