We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I setup a local development environment on linux (ubuntu 24..) on an m4 box/VM
ran into a couple issues getting all green on the integration test buckets
while there is support for IGNORE_SUITES in the integration test script the makefile is not setup to pipe that through to the script
one of the suites is not configured to run on arm64... ejcba appears to only support x86 for now... original issue there Docker keyfactor/ejbca-ce on ARM64 Keyfactor/ejbca-ce#145 and you can see no tags for other arches on the container https://hub.docker.com/r/keyfactor/ejbca-ce/tags
I suggest skipping the ejcba suite on non x86; and pipe through IGNORE_SUITES from the makefile to the integration bucket..
will push a PR
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I setup a local development environment on linux (ubuntu 24..) on an m4 box/VM
ran into a couple issues getting all green on the integration test buckets
while there is support for IGNORE_SUITES in the integration test script the makefile is not setup to pipe that through to the script
one of the suites is not configured to run on arm64... ejcba appears to only support x86 for now... original issue there Docker keyfactor/ejbca-ce on ARM64 Keyfactor/ejbca-ce#145 and you can see no tags for other arches on the container https://hub.docker.com/r/keyfactor/ejbca-ce/tags
I suggest skipping the ejcba suite on non x86; and pipe through IGNORE_SUITES from the makefile to the integration bucket..
will push a PR
The text was updated successfully, but these errors were encountered: