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
Currently, all images are rolling releases, i.e. all of them are automatically updated if the corresponding travis job succeeds.
On the one hand, the 'buildtest' branches (mcode, mcodegpl, llvm and gcc) run the default testsuite before pushing the images. This ensures that fundamentally broken images are not pushed to dockerhub. Still, uncaught regressions might find their way.
On the other hand, most of the images created in branches master, synth and ext are unversioned. Some of them are very experimental (most of synth), but some other are expected to be used in "production" (i.e. vunit job in ext, see ghdl/ghdl#883).
Therefore, even though users can use digests to fix their scripts to specific images, it would be desirable to include some kind of versioning. We need to think it thoroughly, tho; supporting images for simulation, synthesis and/or LSP is starting to get complex!
The text was updated successfully, but these errors were encountered:
Currently, all images are rolling releases, i.e. all of them are automatically updated if the corresponding travis job succeeds.
On the one hand, the 'buildtest' branches (
mcode
,mcodegpl
,llvm
andgcc
) run the default testsuite before pushing the images. This ensures that fundamentally broken images are not pushed to dockerhub. Still, uncaught regressions might find their way.On the other hand, most of the images created in branches
master
,synth
andext
are unversioned. Some of them are very experimental (most ofsynth
), but some other are expected to be used in "production" (i.e.vunit
job inext
, see ghdl/ghdl#883).Therefore, even though users can use digests to fix their scripts to specific images, it would be desirable to include some kind of versioning. We need to think it thoroughly, tho; supporting images for simulation, synthesis and/or LSP is starting to get complex!
The text was updated successfully, but these errors were encountered: