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

Adding LICENSE and test files to crates #64

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

uril
Copy link

@uril uril commented Nov 19, 2024

Adding LICENSE and test files to crates

Crates are missing LICENSE and test files.
Those files exist only in the git repo.
By adding symbolic links to these files, they are added to the az-???-vtpm crates

How to use

cd az-cvm-vtpm
for i in cvm snp tdx; do
    cargo package --package az-${i}-vtpm;
done

Testing done

for i in cvm snp tdx; do
        tar tf target/package/az-${i}-vtpm-0.7.1.crate | grep -E 'LICENSE|test'
done

Comments

Perhaps it's better to move the test files and change the tests accordingly.
For example: move hcl-report-tdx.bin to az-tdx-vtpm/test

uril added 2 commits November 19, 2024 19:40
Adding symbolic link to the LICENSE at the top directory

Signed-off-by: Uri Lublin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant