Following quickstart docs:
(https://docs.caution.co/quickstart/ > https://docs.caution.co/quickstart/fully-managed/#install-the-cli > https://codeberg.org/caution/platform/src/branch/main/src/cli/README.md)
Zero Trust
3. Reproduce binaries
Running make reproduce-cli fails after a successful build process and binary extraction, due to manifest.txt not being present, apparently in two locations.
...
CLI binary available at out/cli/caution-linux-x86_64
make[1]: Leaving directory '/home/user/subdir/platform'
diff: out/cli/manifest.txt: No such file or directory
diff: dist/cli/manifest.txt: No such file or directory
make: *** [Makefile:224: reproduce-cli] Error 2
Before make reproduce-cli there is no out/ directory or dist/. After, there is caution-linux-x86_64 in the out/cli/ directory, but no manifest.txt or dist/ directory.
Running make release-cli will produce a manifest.txt in both dist/cli/ and out/cli/ but the files are identical because one is copied from the other.
As it stands, running make reproduce-cli even with the proper files already in place deletes manifest.txt in out/cli/.