mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00

It refactors the way the SGX containers are built. This removes all `Dockerfile` and gramine manifest files. It also enables a single recipe for azure and non-azure variants. Additionally the `teepot-crate.nix` is now the inherited recipe to build the rust `teepot` crate. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
7 lines
224 B
Nix
7 lines
224 B
Nix
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2024 Matter Labs
|
|
{ teepot }:
|
|
teepot.container-self-attestation-test-sgx-azure.override {
|
|
container-name = "teepot-self-attestation-test-sgx-dcap";
|
|
isAzure = false;
|
|
}
|