diff options
| author | David Marchand <[email protected]> | 2022-11-27 13:59:19 +0100 |
|---|---|---|
| committer | David Marchand <[email protected]> | 2022-12-01 16:37:49 +0100 |
| commit | 7b1934d01a1a8afa1391f361088d8285d100e62a (patch) | |
| tree | b48332ec02e5ea1424e1b952b7b204a6ca16ec4a /.github/workflows | |
| parent | f262f16087ea6a77357a915cf4c0d10ddc7b6562 (diff) | |
version: 23.03-rc0
Start a new release cycle with empty release notes.
Bump version and ABI minor.
libabigail 2.0 had some issues that have been fixed in 2.1.
Bump libabigail from 1.8 to 2.1 and enable ABI checks.
Signed-off-by: David Marchand <[email protected]>
Acked-by: Thomas Monjalon <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82d83f4030..9527ad1f8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,11 +21,11 @@ jobs: BUILD_DOCS: ${{ contains(matrix.config.checks, 'doc') }} CC: ccache ${{ matrix.config.compiler }} DEF_LIB: ${{ matrix.config.library }} - LIBABIGAIL_VERSION: libabigail-1.8 + LIBABIGAIL_VERSION: libabigail-2.1 MINGW: ${{ matrix.config.cross == 'mingw' }} MINI: ${{ matrix.config.mini != '' }} PPC64LE: ${{ matrix.config.cross == 'ppc64le' }} - REF_GIT_TAG: none + REF_GIT_TAG: v22.11 RISCV64: ${{ matrix.config.cross == 'riscv64' }} RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }} @@ -38,7 +38,7 @@ jobs: mini: mini - os: ubuntu-20.04 compiler: gcc - checks: doc+tests + checks: abi+doc+tests - os: ubuntu-20.04 compiler: clang checks: asan+doc+tests |
