Skip to content

Commit

Permalink
Use qemu-system-aarch64 for qemu package in recent ubuntu systems
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 29, 2025
1 parent 6e812ee commit d7c0a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Ubuntu GCC AARCH64
os: ubuntu-latest
packages: qemu qemu-user gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libc-dev-arm64-cross
packages: qemu-system-aarch64 qemu-user gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libc-dev-arm64-cross
cmake-args: -D CMAKE_TOOLCHAIN_FILE=cmake/toolchain-aarch64.cmake

- name: Ubuntu Clang
Expand Down
1 change: 1 addition & 0 deletions blosc/blosc2-stdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#if defined(_WIN32)
#include <memoryapi.h>
// See https://github.com/Blosc/python-blosc2/issues/359
#define fseek _fseeki64
#define ftell _ftelli64
#else
Expand Down

0 comments on commit d7c0a06

Please sign in to comment.