We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 394625d + 2644b89 commit c9a4b8eCopy full SHA for c9a4b8e
2 files changed
.buildkite/code.pipeline.yml
@@ -286,6 +286,8 @@ steps:
286
- trap 'buildkite-agent artifact upload "coverage-merged-e2e-*.txt;/tmp/e2e/**/*.log;/tmp/e2e/**/genesis.json;/tmp/e2e/**/runtime_genesis.json"' EXIT
287
- .buildkite/scripts/download_e2e_test_artifacts.sh
288
# Needed as the trust-root test rebuilds the enclave with embedded trust root data.
289
+ - export CFLAGS_x86_64_fortanix_unknown_sgx="-isystem/usr/include/x86_64-linux-gnu -mlvi-hardening -mllvm -x86-experimental-lvi-inline-asm-hardening"
290
+ - export CC_x86_64_fortanix_unknown_sgx=clang-18
291
- cargo install --locked --path tools
292
# Only run runtime scenarios as others do not use SGX.
293
- .buildkite/scripts/test_e2e.sh --timeout 20m --scenario e2e/runtime/.*
.changelog/6462.trivial.md
0 commit comments