Skip to content

Commit

Permalink
fix: note future work
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Jul 7, 2024
1 parent 48fcfc9 commit 483d6fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/harness/combos.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,12 @@ When you run `abi-cafe` we will end up running the cross-product of all of these
You can also run `--help` to get information on all the supported features.


## As Part Of Your Testsuite

We're still cleaning up the details of this usecase to make it nicer. If you would like to use abi-cafe in your testsuite, [please let us know what you'd need/want](https://github.com/Gankra/abi-cafe/issues/60)!

For now, we can at least gesture to these two examples:

* [abi-cafe's own CI (runs on various platforms with rustc stable and nightly)](https://github.com/Gankra/abi-cafe/blob/main/.github/workflows/cafe.yml)
* [rustc_codegen_cranelift's CI (adds custom rustc codegen backend, configures toolchains)](https://github.com/rust-lang/rustc_codegen_cranelift/blob/master/.github/workflows/abi-cafe.yml)

0 comments on commit 483d6fe

Please sign in to comment.