You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't believe we have a CICD test scenario that does a build from source on a clean minimal base image after using the install_deps.sh script to make sure that script is kept up-to-date. The pinned_build.yaml workflow uses the script, but the workflow is only a manually dispatched workflow. Would it be beneficial to add a scenario to an existing workflow or add a new workflow that runs automatically to exercise install_deps.sh so that the script is exercised more frequently?
The text was updated successfully, but these errors were encountered:
install_deps.sh and pinned_build.yaml will be obsolete when PR #1686 is merged, but having a ci/cd workflow to run the reproducible build is probably a good idea.
I don't believe we have a CICD test scenario that does a build from source on a clean minimal base image after using the
install_deps.sh
script to make sure that script is kept up-to-date. Thepinned_build.yaml
workflow uses the script, but the workflow is only a manually dispatched workflow. Would it be beneficial to add a scenario to an existing workflow or add a new workflow that runs automatically to exerciseinstall_deps.sh
so that the script is exercised more frequently?The text was updated successfully, but these errors were encountered: