Fix: [CI] patch in SHF_COMPRESSED symbol for our Linux Generic binaries (#11651)
This commit is contained in:
8
.github/workflows/release-linux.yml
vendored
8
.github/workflows/release-linux.yml
vendored
@@ -97,6 +97,14 @@ jobs:
|
||||
cmake --build . -j $(nproc)
|
||||
cmake --install .
|
||||
)
|
||||
|
||||
# The container we use is old enough, that it doesn't know SHF_COMPRESSED.
|
||||
# But, breakpad needs this symbol to exist. So we patch it in our system
|
||||
# libraries.
|
||||
(
|
||||
cd /
|
||||
patch -p1 < ${GITHUB_WORKSPACE}/os/linux/shf-compressed.patch
|
||||
)
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Install audio drivers"
|
||||
|
Reference in New Issue
Block a user