We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4aff9b + 97b9dca commit 417ea0eCopy full SHA for 417ea0e
kbs/docker/rhel-ubi/Dockerfile
@@ -33,7 +33,7 @@ meson compile -C build && \
33
meson install -C build && \
34
popd && \
35
# Build KBS.
36
-cargo install --locked --root /usr/local/ --path kbs --no-default-features --features ${KBS_FEATURES} && \
+cargo install --locked --root /usr/local/ --path kbs/src/kbs --no-default-features --features ${KBS_FEATURES} && \
37
# Check the sha256sum of the Intel provided RPMs on x86_64.
38
if [ $(uname -m) = "x86_64" ]; then \
39
pushd sgx_dcap_quoteverify_stubs && \
0 commit comments