OpenModelica / OpenModelicaBuildScripts

Scripts to build OpenModelica packages on miscellaneous platforms
3 stars 9 forks source link

Require recent libarchive. #15

Closed mahge closed 3 years ago

mahge commented 3 years ago
sjoelund commented 3 years ago

This is for the nightly build image? That is regenerated automatically. But I suppose if libarchive was installed it's not updated. In that case, simply merging this should suffice.

mahge commented 3 years ago

The el8 build is currently broken due to errors with CMake at runtime.

The issue has nothing to do with el7's cmake3. However this is what I think has happened.

We do not pull the base docker images (centos:8 in this case) unless the SPEC files are updated. The SPEC got updated for CentOS7 cmake3 and that caused Jenkins to pull a new centos:8 latest image. This new image has a broken cmake package. So we now have a broken el8 build.

mahge commented 3 years ago

@sjoelund So should I merge this?

sjoelund commented 3 years ago

Yes, merge and hope the nightly works. I'm still on vacation and not at my computer so I cannot test it.

mahge commented 3 years ago

Done.

If you can, restart the job on Jenkins.