[gdal-dev] Problem replicating docker CI (GitHub Actions) locally

Björn Harrtell bjorn.harrtell at gmail.com
Sun Jul 26 08:51:05 PDT 2020


I'm trying to run the same docker build and test run as in
workflow ubuntu_20.04 on GitHub Actions but locally.

Running `docker build -f .github/workflows/ubuntu_20.04/Dockerfile.deps -t
gdal-deps-ubuntu-20.04 .github/workflows/ubuntu_20.04` goes fine.

Running `docker build -f .github/workflows/ubuntu_20.04/Dockerfile -t gdal
.` fails with `/usr/bin/ld: frmts/o/biggifdataset.o: relocation
R_X86_64_PC32 against symbol `_ZTV16BIGGifRasterBand' can not be used when
making a shared object; recompile with -fPIC` on multiple tries.

I'm at Ubuntu 20.04 and Docker 19.03.8 which is not identical to the CI
machine but I guess that should not matter.

Anyone know what might explain this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20200726/94f889ab/attachment.html>


More information about the gdal-dev mailing list