Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rustc functional tests to v1.70.0
Bear minimum to get this going again, including an update of dependencies. It's worth noting that there is a detachement between the GitHub Action workflow and running this locally. As there are assumptions around: 1. Having the `pgp/sops_functional_tests_key.asc` imported. 2. Having a Vault server running for two functional tests. The `functional-tests` Make target does not facilitate this, and putting something in place using a temporary `GNUPGHOME` and a container image would likely be a welcome future improvement. In addition, there is Rust code in `validation/` which appears to be an artifact from an ancient Python library[1][2]. This should probably be removed in the future. [1]: https://github.com/getsops/sops/tree/python-sops [2]: https://pypi.org/project/sops/ Signed-off-by: Hidde Beydals <[email protected]>
- Loading branch information