We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution fails on Alpine Linux 3.3 with:
? ldd "/home/opam/.opam/system/bin/fs_test_posix" /lib/ld-musl-x86_64.so.1 (0x55c8cceac000) libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x55c8cceac000) < `ldd /home/opam/.opam/system/bin/fs_test_posix | sed -ne "/libc.so/s/.*=> \\([^ ]*\\).*/\\1/p"`| head -1 fs_test: internal error, uncaught exception: Failure("hd")
This is due to fragile libc version extraction code at
sibylfs_src/fs_test/fs_test.ml
Lines 308 to 351 in ec6d449
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Execution fails on Alpine Linux 3.3 with:
This is due to fragile libc version extraction code at
sibylfs_src/fs_test/fs_test.ml
Lines 308 to 351 in ec6d449
The text was updated successfully, but these errors were encountered: