You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Install python3 packages from the distro
There's no need to use PIP, at all, as we can rely on the packages with
the correct versions coming from the distro.
This is Ubuntu specific, but it doesn't add a new technical debt, it
just keeps the same technical debt we already had.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
release: fixup enclave-cc test
Enclave-cc now uses a "unified bundle" which means
that the paths to a few things have changed.
This was already accounted for in the cicd workflow,
but the e2e test was not modified.
Copy the change from the cicd workflow. We might
adopt a change without sed in the future.
Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>