Skip to content

Commit

Permalink
always delete and use fmt bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Dec 14, 2023
1 parent c9294e3 commit cb90f95
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/dist_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ commands:
if [ -e /opt/rh/gcc-toolset-9/enable ]; then
source /opt/rh/gcc-toolset-9/enable
fi
if [ -z "$VELOX_DEPENDENCY_SOURCE" ]; then
rm -rf /usr/local/include/fmt || echo "fmt not found"
fi
rm -rf /usr/local/include/fmt || echo "fmt not found"
- restore_cache:
name: "Restore CCache Cache"
keys:
Expand Down Expand Up @@ -251,6 +249,7 @@ jobs:
environment:
DuckDB_SOURCE: SYSTEM
folly_SOURCE: BUNDLED
fmt_SOURCE: BUNDLED
steps:
- pre-steps
- install-duckdb
Expand Down Expand Up @@ -466,6 +465,7 @@ jobs:
VELOX_DEPENDENCY_SOURCE: SYSTEM
simdjson_SOURCE: BUNDLED
folly_SOURCE: BUNDLED
fmt_SOURCE: BUNDLED
DuckDB_SOURCE: BUNDLED
steps:
- fuzzer-run:
Expand Down Expand Up @@ -608,6 +608,7 @@ jobs:
executor: build
environment:
folly_SOURCE: BUNDLED
fmt_SOURCE: BUNDLED
steps:
- pre-steps
- run:
Expand Down

0 comments on commit cb90f95

Please sign in to comment.