Skip to content
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

build: drop libtdx-attest #727

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/kbs-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
curl -L https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo gpg --dearmor --output /usr/share/keyrings/intel-sgx.gpg
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx.gpg] https://download.01.org/intel-sgx/sgx_repo/ubuntu noble main' | sudo tee /etc/apt/sources.list.d/intel-sgx.list
sudo apt-get update
sudo apt-get install -y libtdx-attest-dev libsgx-dcap-quote-verify-dev
sudo apt-get install -y libsgx-dcap-quote-verify-dev

- name: KBS Build [Default/Built-in CoCo AS]
working-directory: kbs
Expand Down
3 changes: 1 addition & 2 deletions kbs/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ RUN if [ "${ARCH}" = "x86_64" ]; then curl -fsSL https://download.01.org/intel-s
cmake \
libtss2-dev && \
if [ "${ARCH}" = "x86_64" ]; then apt-get install -y --no-install-recommends \
libsgx-dcap-quote-verify-dev \
libtdx-attest-dev; fi
libsgx-dcap-quote-verify-dev; fi

# Build and Install KBS
WORKDIR /usr/src/kbs
Expand Down
2 changes: 0 additions & 2 deletions kbs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ sudo apt-get install -y \
clang \
libsgx-dcap-quote-verify-dev \
libsgx-dcap-quote-verify \
libtdx-attest-dev \
libtdx-attest \
libtss2-dev \
openssl \
pkg-config \
Expand Down
2 changes: 0 additions & 2 deletions kbs/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ install-dev-dependencies: install-dependencies
clang \
libsgx-dcap-quote-verify-dev \
libssl-dev \
libtdx-attest-dev \
libtss2-dev \
pkg-config \
protobuf-compiler
Expand All @@ -71,7 +70,6 @@ install-dependencies:
libsgx-dcap-default-qpl \
libsgx-dcap-quote-verify \
libsgx-urts \
libtdx-attest \
libtss2-esys-3.0.2-0 \
libtss2-tctildr0 \
openssl && \
Expand Down
Loading