forked from tlspuffin/tlspuffin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: update CI runner to ubuntu 22.04 * ci: fix inconsistent bindgen invocations between systems By default, bindgen will use the libclang version with the highest version. This doesn't necessarily match clang's version. In CI's ubuntu-22.04, the default clang is 14.x and the highest available version of libclang is 15.x. We now force bindgen to use the matching pair by setting the CLANG_PATH and LIBCLANG_PATH environment variables in the CI setup action. * ci: set consistent env variables across all workflows We now set rust environment variables during the setup action running at the beginning of each workflow. This should ensure a consistent environment between the different workflows and allow more cache reuse in the future. --------- Co-authored-by: Michael Mera <[email protected]>
- Loading branch information
1 parent
c98e986
commit 51da832
Showing
5 changed files
with
21 additions
and
8 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
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
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