Dov Murik
Dov Murik
I tried to re-run this in Github Actions, I get an error earlier: `ld.lld: error: undefined symbol: main` https://github.com/dubek/malc/actions/runs/8130816059/job/22219459873#step:4:15 Maybe it doesn't work with newest ubuntu / clang. Which OS...
How did you install `libgc` on macOS? I tried `brew install bdw-gc` but I get `ld: library 'gc' not found`: ``` Run ./bootstrap.sh ./bootstrap.sh shell: /bin/bash -e {0} env: LDFLAGS:...
(btw meanwhile I did some fixes for newer Ubuntu and clang on branch `main` (previously `master`), you might want to try with the latest.)
I managed to reproduce this in Github Actions CI on macOS worker: https://github.com/dubek/malc/actions/runs/8192130963/job/22402968066?pr=6 ``` boostrap.sh: Sanity check malc: Source file: /Users/runner/work/malc/malc/sanity-check.mal malc: Compile mode: release malc: Intermediate LLVM IR file:...
Hi @pegahnikbakht , I've tried to install sev-snp-measure from pip in a new docker container (clean environment): ``` $ docker run -it --rm python:3.8 /bin/bash root@364fae701437:/# pip install sev-snp-measure Collecting...
I agree, this value is only 48-bits. I also see the same value in snp-digest-rs: https://github.com/slp/snp-digest-rs/blob/0e5a787e99069944467151101ae4db474793d657/src/main.rs#L86 Note that with the current value I'm able to successfully verify launch digests of...
Looks fine, but tests fail now. The test vectors need to be adjusted accordingly. Also this breaks backward compatibility; do we want to add a switch to enable the old...
Thanks for fixing the tests. > > Also this breaks backward compatibility; do we want to add a switch to enable the old behaviour (which users can use if they...
I believe this feature will only be in Linux 6.10 (https://github.com/torvalds/linux/commit/4f5defae708992). If I'm wrong, we can fix the changelog later.
This is now part of v0.0.10.