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
Describe the bug
I was building a container using fre make run-fremake ... --execute. My podman build failed in an expected way, but the script continued and a docker-archive file was made because I had previously build a container with the same tag. The script should crash if the podman build is unsuccessful.
To Reproduce fre make run-fremake -y am5.yaml -p hpcme.2024 -t debug -npc --execute with my yaml set up in /home/Thomas.Robinson/fre-examples_old/AM5/am5-compile on the AMD box before the mkmf changes go into effect.
Expected behavior
If any part of the build fails, the build should stop.
Additional context
podman containers will be overwritten if a build is successful.
The text was updated successfully, but these errors were encountered:
Describe the bug
I was building a container using
fre make run-fremake ... --execute
. My podman build failed in an expected way, but the script continued and a docker-archive file was made because I had previously build a container with the same tag. The script should crash if thepodman build
is unsuccessful.To Reproduce
fre make run-fremake -y am5.yaml -p hpcme.2024 -t debug -npc --execute
with my yaml set up in /home/Thomas.Robinson/fre-examples_old/AM5/am5-compile on the AMD box before the mkmf changes go into effect.Expected behavior
If any part of the build fails, the build should stop.
Additional context
podman containers will be overwritten if a build is successful.
The text was updated successfully, but these errors were encountered: