mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #919 from kiwix/new-ci-container-images
Bump-up CI base container images to r36
This commit is contained in:
commit
f4e8f688ad
|
@ -80,7 +80,7 @@ jobs:
|
||||||
HOME: /home/runner
|
HOME: /home/runner
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: "kiwix/kiwix-build_ci:${{matrix.image_variant}}-31"
|
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
shell: python
|
shell: python
|
||||||
|
@ -133,13 +133,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
LD_LIBRARY_PATH: "/home/runner/BUILD_${{matrix.target}}/INSTALL/lib:/home/runner/BUILD_${{matrix.target}}/INSTALL/lib${{matrix.lib_postfix}}"
|
LD_LIBRARY_PATH: "/home/runner/BUILD_${{matrix.target}}/INSTALL/lib:/home/runner/BUILD_${{matrix.target}}/INSTALL/lib${{matrix.lib_postfix}}"
|
||||||
SKIP_BIG_MEMORY_TEST: 1
|
SKIP_BIG_MEMORY_TEST: 1
|
||||||
|
|
||||||
- name: Publish coverage
|
- name: Publish coverage
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
cd $HOME/libkiwix
|
|
||||||
curl https://codecov.io/bash -o codecov.sh
|
|
||||||
bash codecov.sh -n "${OS_NAME}_${{matrix.target}}" -Z
|
|
||||||
rm codecov.sh
|
|
||||||
if: startsWith(matrix.target, 'native_')
|
if: startsWith(matrix.target, 'native_')
|
||||||
env:
|
uses: codecov/codecov-action@v3
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
Loading…
Reference in New Issue