Fix remaining cross-build portability issues
Some checks failed
build / ARM v8 (push) Has been cancelled
build / ARM v7 (push) Has been cancelled
build / i686 Linux (push) Has been cancelled
build / i686 Win (push) Has been cancelled
build / RISCV 64bit (push) Has been cancelled
build / Cross-Mac x86_64 (push) Has been cancelled
build / x86_64 Linux (push) Has been cancelled
build / x86_64 Freebsd (push) Has been cancelled
build / Win64 (push) Has been cancelled
build / Cross-Mac aarch64 (push) Has been cancelled

This commit is contained in:
t1amak
2026-03-19 12:03:20 +01:00
parent f92e2e0151
commit e86c822ebb
5 changed files with 17 additions and 19 deletions

View File

@@ -56,7 +56,7 @@ jobs:
package_artifact: true
- name: x86_64 Freebsd
host: x86_64-unknown-freebsd
packages: clang-8 gperf cmake python3-zmq libdbus-1-dev libharfbuzz-dev
packages: gperf cmake python3-zmq libdbus-1-dev libharfbuzz-dev
package_artifact: false
steps:
@@ -91,12 +91,6 @@ jobs:
sudo update-alternatives --set ${{ matrix.toolchain.host }}-g++ "$(which ${{ matrix.toolchain.host }}-g++-posix)"
sudo update-alternatives --set ${{ matrix.toolchain.host }}-gcc "$(which ${{ matrix.toolchain.host }}-gcc-posix)"
- name: Prepare FreeBSD clang aliases
if: ${{ matrix.toolchain.host == 'x86_64-unknown-freebsd' }}
run: |
sudo ln -sf "$(which clang)" /usr/local/bin/clang-8
sudo ln -sf "$(which clang++)" /usr/local/bin/clang++-8
- name: Build
run: |
make depends target=${{ matrix.toolchain.host }} -j"$(nproc)"