8000 Update SGX SDK to 2.23.100.2 by nick-mobilecoin · Pull Request #3957 · mobilecoinfoundation/mobilecoin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update SGX SDK to 2.23.100.2 #3957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
jobs:
build-dev:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

steps:
- name: Check out code
Expand All @@ -38,7 +38,7 @@ jobs:

build-prod:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

steps:
- name: Check out code
Expand All @@ -57,7 +57,7 @@ jobs:

build-and-test-wasm:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

steps:
- name: Check out code
Expand All @@ -74,7 +74,7 @@ jobs:

lint-rust:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

steps:
- name: Check out code
Expand All @@ -91,7 +91,7 @@ jobs:

build-and-test-go:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

steps:
- name: Check out code
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

docs:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

steps:
- name: Check out code
Expand All @@ -143,7 +143,7 @@ jobs:

mc-tests:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

strategy:
matrix:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:

consensus-tests:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

strategy:
matrix:
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

fog-tests:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

strategy:
matrix:
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:

fog-ingest-tests:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

services:
postgres:
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:

fog-conformance-tests:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

services:
postgres:
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
# sample keys and sample ledger
minting-and-burning-tests:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35

services:
postgres:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependent-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
android-bindings:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35
permissions:
pull-requests: write
steps:
Expand All @@ -26,7 +26,7 @@ jobs:

full-service:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.33
container: mobilecoin/builder-install:v0.0.35
permissions:
pull-requests: write
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobilecoin-dev-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- generate-metadata
runs-on: mcf-dev-large-x64
container:
image: mobilecoin/rust-sgx-base:v0.0.33
image: mobilecoin/rust-sgx-base:v0.0.35

env:
# build cannot use relative paths for singing and minting trust root.
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
needs:
- build-rust-hardware-projects
container:
image: mobilecoin/rust-sgx-base:v0.0.33
image: mobilecoin/rust-sgx-base:v0.0.35
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0
Expand Down
4 changes: 2 additions & 2 deletions .mobconf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[image]
url = mobilecoin/builder-install
tag = v0.0.33
tag = v0.0.35
[builder-install]
url = mobilecoin/builder-install
tag = v0.0.33
tag = v0.0.35
[signing-tools]
url = mobilecoin/signing-tools
tag = v0.0.1
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ mc-watcher-api = { path = "../watcher/api" }
bs58 = "0.4.0"
crc = "3.0.0"
displaydoc = { version = "0.2", default-features = false }
mc-sgx-core-types = "0.10.1"
mc-sgx-dcap-types = "0.10.1"
mc-sgx-core-types = "0.11.0"
mc-sgx-dcap-types = "0.11.0"
protobuf = "2.27.1"

curve25519-dalek = { version = "4.1.1", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions attest/ake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ aead = "0.5"
der = "0.7.8"
digest = "0.10"
displaydoc = { version = "0.2", default-features = false }
mc-attestation-verifier = "0.4.2"
mc-sgx-dcap-types = "0.10.1"
mc-attestation-verifier = "0.4.3"
mc-sgx-dcap-types = "0.11.0"
prost = { version = "0.12", default-features = false, features = ["prost-derive"] }
rand_core = "0.6"
serde = { version = "1.0", default-features = false, features = ["alloc"] }
Expand Down
4 changes: 2 additions & 2 deletions attest/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ mc-attest-enclave-api = { path = "../enclave-api" }
mc-attest-verifier-types = { path = "../verifier/types" }
mc-crypto-keys = { path = "../../crypto/keys" }
mc-crypto-noise = { path = "../../crypto/noise" }
mc-sgx-core-types = "0.10.1"
mc-sgx-dcap-types = "0.10.1"
mc-sgx-core-types = "0.11.0"
mc-sgx-dcap-types = "0.11.0"
mc-util-serial = { path = "../../util/serial" }

aead = "0.5"
Expand Down
4 changes: 2 additions & 2 deletions attest/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ std = [
mc-attest-verifier-types = { path = "../verifier/types" }
mc-common = { path = "../../common", default-features = false }
mc-crypto-digestible = { path = "../../crypto/digestible" }
mc-sgx-core-types = "0.10.1"
mc-sgx-dcap-types = "0.10.1"
mc-sgx-core-types = "0.11.0"
mc-sgx-dcap-types = "0.11.0"
mc-sgx-types = { path = "../../sgx/types" }
mc-util-encodings = { path = "../../util/encodings" }
mc-util-repr-bytes = { path = "../../util/repr-bytes", features = ["hex_fmt"] }
Expand Down
2 changes: 1 addition & 1 deletion attest/enclave-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = { workspace = true }
mc-attest-ake = { path = "../ake", default-features = false }
mc-attest-core = { path = "../../attest/core", default-features = false }
mc-attest-verifier = { path = "../../attest/verifier", default-features = false }
mc-attestation-verifier = "0.4.2"
mc-attestation-verifier = "0.4.3"
mc-crypto-noise = { path = "../../crypto/noise", default-features = false }
mc-sgx-compat = { path = "../../sgx/compat" }
mc-util-serial = { path = "../../util/serial" }
Expand Down
Loading
0