diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2025-04-08 15:56:44 -0700 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2025-04-10 10:00:59 +0200 |
| commit | e4a31e0538277a7960d5e3e78023db38fa301f9a (patch) | |
| tree | 1b50e0b9cd1fef7ce8f4e455fc7b7297fe340cae /.github | |
| parent | 4ff59d49273c6c7ed97cc71cf9f408abe74f9bcd (diff) | |
| download | Project-Tick-e4a31e0538277a7960d5e3e78023db38fa301f9a.tar.gz Project-Tick-e4a31e0538277a7960d5e3e78023db38fa301f9a.zip | |
Fix SPARC64 packages for Ubuntu 24.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f031c8f321..233d5ffae0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -318,7 +318,7 @@ jobs: - name: Ubuntu GCC SPARC64 os: ubuntu-latest cmake-args: -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-sparc64.cmake - packages: qemu qemu-user gcc-sparc64-linux-gnu g++-sparc64-linux-gnu libc-dev-sparc64-cross + packages: qemu-user gcc-sparc64-linux-gnu g++-sparc64-linux-gnu libc-dev-sparc64-cross ldflags: -static gcov-exec: sparc64-linux-gnu-gcov codecov: ubuntu_gcc_sparc64 |
