-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to fix CI #120
Attempt to fix CI #120
Conversation
std depends on Bcrypt on Windows starting with rust 1.57. See rust-lang/rust#84096. Signed-off-by: Jonathan Schwender <[email protected]>
macos-latest is now macos-11, which is currently not working. The issue is that `ld` can't find the `System` library. As a quick fix for the CI it makes sense to just test on the previous version of macos, until someone finds the time to fix the linker flags on macos-11 Signed-off-by: Jonathan Schwender <[email protected]>
d913c3a
to
7b33efa
Compare
thanks a lot. |
i don't understand why the CI is still yellow. Looks like a github bug. |
Closing/re-opening restarted the CI. Let's see what happens. |
It looks like there if still one job using macos-latest that does not work. |
Could you go to "Settings" (of this repository) and then to "Branches" / "Require status checks to pass before merging" and remove the |
I don't have the rights to do that. |
a032f5c
to
7b33efa
Compare
@AndrewGaspar Could you also do this for the remaining two required jobs:
On a related note: It seems that the failing |
I don't even know where the |
macos-latest
, since linking on MacOS 11 currently does not work. I don't have a mac, so I'm leaving it up to someone who has one to fix building on Macos 11.#Closes 119