aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linux_gcc_32bit
AgeCommit message (Collapse)Author
2022-02-05Adapt testing to recursive pkg-config requirementsKai Pastor
When pkg-config is called with --static, it will recursively collect all Libs and Libs.private which are discovered via Requires and Requires.private. So these libs must be available for linking even when acutally only lib proj uses static linkage. Libs and pkg-config must be provided for the target triplet.
2022-02-05Harmonize CI apt setupKai Pastor
2022-01-24CI: transition tests from autotools to cmake (#3023)Mike Taves
2021-02-07CI: specify pip < 21.0; avoid using pip3 script (#2516)Mike Taves
2021-01-13workflow linux_gcc_32bit: fix Could not perform immediate configuration on ↵Even Rouault
'libgcc-s1:i386'
2020-11-27Github action: add a linux_gcc_32bit jobEven Rouault