We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6731b4c commit ef806cbCopy full SHA for ef806cb
.github/workflows/build-and-test-other.yaml
@@ -94,7 +94,7 @@ jobs:
94
95
- arch: "arm32v7"
96
platform: "arm/v7"
97
- tag: "bullseye"
+ tag: "bookworm"
98
# -D_FILE_OFFSET_BITS=64 is required for making atomvm:posix_readdir/1 test work
99
# otherwise readdir will fail due to 64 bits inode numbers with 32 bit ino_t
100
cflags: "-mcpu=cortex-a7 -mfloat-abi=hard -O2 -mthumb -mthumb-interwork -D_FILE_OFFSET_BITS=64"
0 commit comments