You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/.github/workflows
Tamir Duberstein 33a0a2b604
aya: flip feature "no_std" to feature "std"
This fixes `cargo build --all-features` by sidestepping the feature
unification problem described in The Cargo Book[0].

Add `cargo hack --feature-powerset` to CI to enforce that this doesn't
regress (and that all combinations of features work).

Since error_in_core is nightly-only, use core-error and a fake std
module to allow aya-obj to build without std on stable.

[0] https://doc.rust-lang.org/cargo/reference/features.html#feature-unification
1 year ago
..
build-aya-bpf.yml Unpin Rust nightly 2 years ago
build-aya.yml aya: flip feature "no_std" to feature "std" 1 year ago
gen.yml .github: gen - add rustfmt to toolchain 2 years ago
integration-tests.yml integration-tests: run on macos to get nested virtualization 2 years ago
lint.yml Re-organize into a single workspace 2 years ago
release.yml readme: Add unreleased docs link 2 years ago