forked from openenclave/openenclave
-
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.
Browse files
Browse the repository at this point in the history
4309: Fix and update Azure managed image builds r=CyanDevs a=CyanDevs This PR commits changes made to restores the AMI builds that were broken: * Fixes issue where packer was not being called with the correct paths * Use paths for SGX driver validation and different host devices for Docker in order to support SGX driver 1.41 on Ubuntu 20.04 Azure Kernel 5.11 Additional improvements made: * Migrates to the OpenEnclave Jenkins library * Migrates to the new base images introduced in openenclave#4304 * Adds `helpers.getDockerSGXDevices()` to determine which SGX devices should be used for Docker (Assumes all container steps are ran on Linux hosts -- which is our current case anyways) 4315: Effectively zero TLS section on thread cleanup r=anakrish a=achamayou Pointed out by `@mjp41` when investigating openenclave#4312. Co-authored-by: Chris Yan <[email protected]> Co-authored-by: Amaury Chamayou <[email protected]>
- Loading branch information
Showing
7 changed files
with
82 additions
and
29 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
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