Skip to content

Commit 567df11

Browse files
committed
silly
1 parent 0b07b04 commit 567df11

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
# mix in crypto libraries into every entry
6767
matrix = [{**m, "crypto": c} for m in matrix for c in crypto]
6868
69+
matrix = [{"os": "ubuntu-24.04-arm", "arch": "armv7l", "libc": "glibc"}]
70+
6971
# add display names, these are just for displaying on GitHub
7072
for m in matrix:
7173
m["display-name"] = ", ".join(filter(None, [

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ nanobind_add_stub(
8585
# Link libdave
8686
set(INSTALL_VCPKG_LICENSES ON)
8787
add_subdirectory(${LIBDAVE_SRC_PATH})
88+
target_compile_options(libdave PUBLIC -Wconversion)
8889

8990
target_include_directories(_dave_impl PRIVATE "${LIBDAVE_SRC_PATH}/src")
9091
target_link_libraries(_dave_impl PRIVATE libdave)

0 commit comments

Comments
 (0)