Closed xv-ian-c closed 1 year ago
Our IAC as code will archive this repo in the same changeset as the rename of wolfssl
to wolfssl-rs
, so we need to merge this right before we apply the IAC change since we can't merge it after archiving. It should all happen in quick succession though.
Should have been two iac PRs for the transition and to avoid race condition. One to rename and one to archive. But think, should be fine since invalid link may be for few min/hour
Invalid link will be minutes, but it turns out that we had to split anyway for other IAC related reasons so we'll do the rename before merging this.
Description
The contents of this repo is moving to the wolfssl repo (see https://github.com/expressvpn/wolfssl/pull/39) which will be renamed
wolfssl-rs
.Note that the link added here will not be valid until that renaming has been completed.
Motivation and Context
We would like to get rid of the committed/vendors tarballs, since they are exploding the size of the repo, and switch to using submodules instead. We tried this in https://github.com/expressvpn/wolfssl-sys/pull/53 but it turned out to be more complicated than anticipated.
Instead we will switch to a single
wolfssl-rs
workspace repository.How Has This Been Tested?
Types of changes
Checklist:
main