Switch from Travis/AppVeyor to GitHub Actions#354
Merged
Conversation
Member
Author
|
It's worth noting that the additions to CI here are:
Other than that should be the same as before! |
sfackler
approved these changes
Sep 3, 2019
Member
|
Worth caching the crates.io index? |
Member
Author
|
Seems reasonable to me, but I don't think that actions has caching yet, so that may have to come later |
EFanZh
pushed a commit
to EFanZh/log
that referenced
this pull request
Jul 23, 2023
but explicitly enable it in our own builds. This is because using zlib-ng sometimes does not compile easily on Windows, and using the pure miniz_oxide offers a better install story from source. For our binary builds, we can provide the optimal performance, and still do that for most users as they will update with cargo-binstall, getting our build as a second pass.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switches from running Windows builds in my personal AppVeyor with 1 concurrency to GitHub actions which has much more concurrency.