Skip to content
Success

#4160 (Sep 15, 2026, 10:27:30 AM)

Started 3 days 2 hr ago
Took 4 hr 39 min

Started by user Martin Sjölund

Revision: 8abd63566031e3ec8351b40cfbdd4c225cfba085
Repository: git@gitlab.liu.se:OpenModelica/apt-build.git
  • refs/remotes/origin/master
Revision: c6f554e0b50de6b0e6190b3d440781999da01ea1
Repository: git@github.com:OpenModelica/www.openmodelica.org.git
  • refs/remotes/origin/main
Updated nightly build
openmodelica at
Speed up the source package build

lintian accounted for more than half the wall clock of a
Jenkinsfile.sourcepackage run: for a source package it unpacks the
whole openmodelica orig tarball again and scans every file, once per
built revision. Nothing consumes its output - it is neither archived
nor gated on - so drop it with debuild --no-lintian. That also removes
a failure mode where a new lintian version invents an error tag and
fails the nightly.

Compress the orig tarball with `xz -T0` instead of tar's single
threaded `cJf`. Same preset, so the tarball only grows a fraction of a
percent from the block splitting, and it decompresses in parallel too.
Note this wants roughly 100 MB of encoder memory per core; pin the
thread count if that ever gets tight on the builder.

Assisted-by: Claude Opus 5 (1M context)
Martin Sjölund at