Skip to content

Commit

Permalink
workflows vcpkg bugfix GCC14 and libmysql
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 12, 2024
1 parent 73dfb23 commit 74ff126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vcpkg-linux-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,11 @@ jobs:
# CMAKE_DISABLE_PRECOMPILE_HEADERS=ON is correct (no need to use PCH for one TU)
# VCPKG_APPLOCAL_DEPS=OFF is correct as everything is linked statically on Linux
# Don't use ccache for the VcpkgManifest method as the vcpkg has its own binary caching
# CFLAGS is a temporary GCC14 workaround because of libedit dependency of libmysql
- name: HelloWorld-TinyDrivers cmake configure (vcpkgmanifest-gcc-${{ matrix.build-type.key }})
working-directory: HelloWorld-TinyDrivers
run: >-
cmake
CFLAGS="-Wno-implicit-function-declaration -Wno-int-conversion" cmake
--log-level=DEBUG --log-context
-S .
-B "$RUNNER_WORKSPACE/HelloWorld-builds-cmake/build-TinyDrivers-vcpkgmanifest-gcc-${{ matrix.build-type.key }}"
Expand Down

0 comments on commit 74ff126

Please sign in to comment.