Skip to content

Commit

Permalink
[CI-Examples] Add Nginx test data files measurements within the manifest
Browse files Browse the repository at this point in the history
Commit aef087f "[[LibOS] Move trusted and allowed files logic to LibOS]" modified the Nginx Makefile after which it was observed that all the test data files (install/html/random) are generated after the manifest file generation and hence were not added as sgx.trusted_files in manifest.sgx file.

Signed-off-by: Vasanth Nagaraja <vasanth.k.nagaraja@intel.com>
  • Loading branch information
vasanth-intel committed Oct 7, 2024
1 parent 988e6b8 commit ffccc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI-Examples/nginx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(NGINX_SRC).tar.gz:
../common_tools/download --output $@ --sha256 $(NGINX_SHA256) \
$(foreach mirror,$(NGINX_MIRRORS),--url $(mirror)/$(NGINX_SRC).tar.gz)

nginx.manifest: nginx.manifest.template $(INSTALL_DIR)/sbin/nginx \
nginx.manifest: nginx.manifest.template $(INSTALL_DIR)/sbin/nginx testdata \
$(INSTALL_DIR)/conf/nginx-gramine.conf \
$(TEST_DATA) nginx_args \
$(INSTALL_DIR)/conf/server.crt
Expand Down

0 comments on commit ffccc46

Please sign in to comment.