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
Currently nightly runs use the same make clone, which builds the RPM in an AppVM+container and then copies it to dom0 for installation as part of make dev. Ideally we would use the nightly rpm published on yum-test.securedrop.org in a workflow that is closer to prod installs (see https://workstation.securedrop.org/en/stable/admin/install.html#download-and-install-securedrop-workstation).
make clone
make dev
I am not sure how we would ensure we use the correct version of tests that match the RPM (might not be a huge issue?).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently nightly runs use the same
make clone
, which builds the RPM in an AppVM+container and then copies it to dom0 for installation as part ofmake dev
. Ideally we would use the nightly rpm published on yum-test.securedrop.org in a workflow that is closer to prod installs (see https://workstation.securedrop.org/en/stable/admin/install.html#download-and-install-securedrop-workstation).I am not sure how we would ensure we use the correct version of tests that match the RPM (might not be a huge issue?).
The text was updated successfully, but these errors were encountered: