rust-bitcoin-unsafe-fast/contrib
Tobin C. Harding 097a00b133
CI: Disable MSAN job
I believe there is currently a bug in the MemorySanitizer, when we pass
various types across the FFI boundry MSAN gives a unititialized variable
error:

- `usize` passed as `size_t` (cannot be uninitialized)
- byte slice passed as `const char *`

In order to let other work continue disable the MSAN job.
2024-03-15 09:44:38 +11:00
..
gen_label_config.sh Use env bash instead of /bin/bash 2024-02-02 05:57:23 +11:00
get_matrix.sh CI: Epic overhaul 2024-02-02 05:57:23 +11:00
release.sh Remove NEXT_RELEASE from release script comment 2023-12-05 15:03:38 +11:00
run_task.sh CI: Disable MSAN job 2024-03-15 09:44:38 +11:00
test_vars.sh CI: Epic overhaul 2024-02-02 05:57:23 +11:00
update-lock-files.sh Add a script for updating lock files 2023-08-24 11:03:06 +10:00