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?
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev