Modify build workflow to disable static build and update Abseil library dependency
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Change CMake configuration to build dynamic libraries and update the required Abseil library package to libabsl20220623t64
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Configure the project
|
- name: Configure the project
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Release -DUSE_CLANG=ON -DBUILD_STATIC=ON ..
|
CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Release -DUSE_CLANG=ON -DBUILD_STATIC=OFF ..
|
||||||
|
|
||||||
- name: Build the project
|
- name: Build the project
|
||||||
run: |
|
run: |
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
--pkgversion=${{ env.PKG_VERSION }} \
|
--pkgversion=${{ env.PKG_VERSION }} \
|
||||||
--pkgrelease=${{ env.PKG_RELEASE }} \
|
--pkgrelease=${{ env.PKG_RELEASE }} \
|
||||||
--maintainer="maintainer@example.com" \
|
--maintainer="maintainer@example.com" \
|
||||||
--requires="libabsl-dev" \
|
--requires="libabsl20220623t64" \
|
||||||
--default \
|
--default \
|
||||||
--pakdir=. \
|
--pakdir=. \
|
||||||
--backup=no \
|
--backup=no \
|
||||||
|
Reference in New Issue
Block a user