diff options
| author | Jack O'Connor <[email protected]> | 2025-03-09 11:29:19 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-09 16:15:39 -0700 |
| commit | 063dda6837e1e944c5bb57b8405bf68cae196012 (patch) | |
| tree | 084eaf5c83dd690390cd171b59275685bc6b45d5 /.github/workflows | |
| parent | 6d0531352bd9352fab9d78c8a8670a9979c30ba3 (diff) | |
llfio support in blake3_c_rust_bindingsrust_bindings_tbb_llfio
Requires a CPLUS_INCLUDE_PATH setting similar to:
export CPLUS_INCLUDE_PATH=/tmp/llfio/include:/tmp/outcome/include:/tmp/quickcpplib/include
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c5d6a9..2315afd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,6 +150,7 @@ jobs: - name: cargo test C bindings with TBB run: cargo test --features=tbb working-directory: ./c/blake3_c_rust_bindings + # TODO: How to fetch LLFIO for testing here? # Reference impl doc test. - name: reference impl doc test run: cargo test |
