Skip to content

Commit

Permalink
disable draco in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 9, 2023
1 parent db01456 commit b3558ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/nightly.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export WITH_ECW="true"
export WITH_MRSID="true"
export WITH_ORACLE="true"
export WITH_PDAL="true"
export QGIS_CMAKE="-DWITH_DRACO=NO"

export USE_SEM="false"

Expand Down
1 change: 1 addition & 0 deletions qgis_build/qgis_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ echo "Using $CXX compiler"
PATH=$ROOT_OUT_PATH/stage/bin:$PATH \
cmake -DCMAKE_BUILD_TYPE=Release \
-DWITH_HANA=TRUE \
$QGIS_CMAKE \
$ORACLE_CMAKE \
-DQGIS_MAC_DEPS_DIR=$ROOT_OUT_PATH/stage \
-DODBC_CONFIG=$ROOT_OUT_PATH/stage/unixodbc/bin/odbc_config \
Expand Down
8 changes: 4 additions & 4 deletions scripts/run_pkg.bash
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ if [ $PKG = "nightly" ]; then

# Get the qt+pylupdate5 from the QGIS-Deps
CONFIG_FILE=$DIR/../config/$PKG.conf
if [ ! -f "$CONFIG_FILE" ]; then
echo "invalid config file (1st argument) $CONFIG_FILE"
fi
source $CONFIG_FILE
if [ ! -f "$CONFIG_FILE" ]; then
echo "invalid config file (1st argument) $CONFIG_FILE"
fi
source $CONFIG_FILE
if ! PATH=$QT_BASE/clang_64/bin:$DEPS_BIN_DIR:$PATH scripts/pull_ts.sh; then
echo "Pulling translations failed [$?]"
rm -rvf i18n doc/TRANSLATORS
Expand Down

0 comments on commit b3558ab

Please sign in to comment.