This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide static libraries as artifacts (#387)
* Add no_mangle to svm_init * Provide static libs as artifacts * Fix .a file on Linux * Simplify CI definition * Fix Rust cache in test * Fix use of Rust cache * Remove unnecessary cache key and fix lib name on windows * Remove minor version from maplit * Unify artifact steps * Remove test dependency from build step * Move doc step from test to lints * Fix Cargo fmt call * Add cache to doc step * Copy target files, don't move * Add -p flag to mkdir * Remove useless rustdoc dep * Remove caching step for tests * Remove name of step * Add cache-on-failure behavior * Clear cache monthly * Add names to some steps * Improve comment * Remove automake for macOS * Don't hardcode rustc profile "release" * Add matrix.os as key to rust cache * Add matrix.os cache for builds too * Remove matrix.os cache key * Remove wasm cache key * Add dummy cache key for tests * Only test svm-sdk-test * Remove monthly cache clear * Separate cache key for tests * Switch back to testing all crates * Switch back to only testing svm-sdk-tests * Add default-cranelift feature * Specify matrix profile in test * Fix yaml syntax * Fix cargo profile in test * Add back nocapture to tests * Test only svm-sdk-tests * Remove cache for tests * Add back test cache with another key * Add explanatory comment * remove tests key * Test in build step as well * Remove llvm cache windows * Cache on failure for tests * Cargo unify builds * Shorten build times * Test with default features * Switch back to no-default-features * Remove test cache * Only test svm-sdk-tests * Switch to testing all * Add default-cranelift * Add back test caching * Disable cache on Windows * Set Rust toolchain as default * Remove .toml extension to rust-toolchain * Remove profiles * Try using raw rustup * Fix formatting * Disable caching on Windows * Add empty line * Enable test cache with build step before that * Remove debug flag * Rename rust-toolchain with rust-toolchain.toml * Use custom caching * Fix key * Use custom caching even for wasm * Replace the paths with suggested ones * Add cargo to cache * Add empty line * Fix formatting * Fix formatting * Change cached paths * More atomic cache keys * Replace key suffix with job name * Add explanatory comment * Remove cache of lints * Add separate doc job
- Loading branch information
Showing
2 changed files
with
90 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ thiserror = "1" | |
|
||
[dev-dependencies] | ||
wat = "1" | ||
maplit = "1.0.2" | ||
maplit = "1" |