Skip to content

Commit

Permalink
image-rs: fix integration test
Browse files Browse the repository at this point in the history
We now use a explicit `none` for KMS_PROVIDER and RESOURCE_PROVIDER in
the make file to tell no one will be builtin. In image-rs' integration
test, only offline-fs-kbc will be used and that is builtin by default.
Thus we do not need to add any extra KMS_PROVIDER or RESOURCE_PROVIDER.

See the context in
confidential-containers@4e08742

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Jan 19, 2024
1 parent 6389bda commit 6ec40d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-rs/scripts/build_confidential_data_hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CDH_DIR=$SCRIPT_DIR/../../confidential-data-hub

pushd $CDH_DIR

make
make RESOURCE_PROVIDER=none KMS_PROVIDER=none
make DESTDIR="${SCRIPT_DIR}/${dest_dir_suffix}" install

file "${SCRIPT_DIR}/${dest_dir_suffix}/confidential-data-hub"
Expand Down

0 comments on commit 6ec40d7

Please sign in to comment.