Skip to content

Commit 3ea3883

Browse files
HYRAX-1968 Add GDAL back into the Travis CICD build. (#1295)
Also fixes HYRAX-2087 - an intermittent CDCI test failure. The bes command line tool must be tested 'serially' to avoid runtime race conditions.
1 parent 8ee4e23 commit 3ea3883

4 files changed

Lines changed: 3 additions & 144 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ env:
5454
# Should the BES build with GDAL? This is here to round up build errors. Set this
5555
# to the 'configure' script option to use (--with-gdal) or not use (--without-gdal).
5656
# jhrg 12/2/25
57-
- GDAL_OPTION=--without-gdal
57+
# - GDAL_OPTION=--without-gdal
58+
- GDAL_OPTION=
5859
# NB: This value of $prefix must be shared between the hyrax-deps, libdap and bes builds.
5960
- prefix=$HOME/install
6061
- PATH=$prefix/bin:$prefix/deps/bin:$PATH

agents-needs-work.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

cmdln/tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ clean-local:
2525

2626
check-local: $(TESTSUITE) install-data
2727
@if bescmdln -x "show version;"; \
28-
then $(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS); \
28+
then $(SHELL) '$(TESTSUITE)'; \
2929
else echo "no bes found, not running cmdln-based tests"; \
3030
fi
3131

cmdln/tests/Makefile.am.old

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)