Skip to content

Commit 5c7bbe9

Browse files
committed
feat(build): add faketime to installation dependencies in build script
1 parent 36a8d92 commit 5c7bbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_build_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ echo "deb [arch=$ARCH signed-by=/usr/share/keyrings/intel-sgx-deb.gpg] https://d
5656
info "Updating package lists..."
5757
$SUDO apt-get update -y
5858

59-
info "Installing build dependencies: protobuf-compiler, libsgx-dcap-ql-dev, libtdx-attest-dev, clang-18..."
60-
$SUDO apt-get install -y protobuf-compiler libsgx-dcap-ql-dev libtdx-attest-dev clang-18
59+
info "Installing build dependencies: protobuf-compiler, libsgx-dcap-ql-dev, libtdx-attest-dev, faketime, clang-18..."
60+
$SUDO apt-get install -y protobuf-compiler libsgx-dcap-ql-dev libtdx-attest-dev faketime clang-18
6161

6262
info "All dependencies installed successfully."

0 commit comments

Comments
 (0)