Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ergonomic-protos
Browse files Browse the repository at this point in the history
  • Loading branch information
jul-sh committed Jan 26, 2024
2 parents 16f0b7a + 2805871 commit d274752
Show file tree
Hide file tree
Showing 179 changed files with 4,589 additions and 1,668 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
rustflags = [
"-C",
"link-args=-Xlinker --build-id=none",
"-C",
"target-cpu=x86-64-v3",
# Enable `tokio_unstable` so that we can access the Tokio runtime metrics.
"--cfg",
"tokio_unstable"
Expand All @@ -23,6 +25,8 @@ rustflags = [
rustflags = [
"-C",
"link-args=-Xlinker --build-id=none",
"-C",
"target-cpu=x86-64-v3",
# Enable `tokio_unstable` so that we can access the Tokio runtime metrics.
"--cfg",
"tokio_unstable"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,20 @@ jobs:
if: |
github.event_name == 'push' ||
contains(github.event.pull_request.labels.*.name, 'provenance:force-run')
# We use the same job template to generate provenances for multiple binaries.
strategy:
fail-fast: false
matrix:
buildconfig:
- buildconfigs/key_xor_test_app.toml
- buildconfigs/oak_containers_kernel_bzimage.toml
- buildconfigs/oak_containers_stage1_cpio.toml
- buildconfigs/oak_echo_enclave_app.toml
- buildconfigs/oak_echo_raw_enclave_app.toml
- buildconfigs/oak_restricted_kernel_bin.toml
- buildconfigs/oak_restricted_kernel_simple_io_bin.toml
- buildconfigs/oak_restricted_kernel_simple_io_wrapper.toml
- buildconfigs/oak_functions_enclave_app.toml
- buildconfigs/oak_functions_insecure_enclave_app.toml
- buildconfigs/oak_restricted_kernel_simple_io_wrapper.toml
- buildconfigs/stage0_bin.toml

permissions:
Expand Down
Loading

0 comments on commit d274752

Please sign in to comment.