From c5074c8af50c492c5b500c265477a8d7b40681f7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 10 Dec 2020 16:32:02 -0800 Subject: build-system/Android: work around missing C compiler in our build container This of course needs to be fixed in the build container itself, but for now this might be enough to make progress. Signed-off-by: Dirk Hohndel --- .github/workflows/android.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c367bcff1..a35a93357 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -32,5 +32,8 @@ jobs: ls -l git config --global user.email "ci@subsurface-divelog.org" git config --global user.name "Subsurface CI" + # it turns out our build container doesn't have a native compiler + # yet ECM needs that + apt-get install --reinstall cpp-7 gcc-7-base libgcc-7-dev libcc1-0 gcc-7 bash -x ./subsurface/packaging/android/qmake-build.sh -- cgit v1.2.3-70-g09d2