ansemjo / static-toolbox

Containerized build scripts to compile various static binaries.
6 stars 1 forks source link

find correct version for util-linux #5

Closed ansemjo closed 2 years ago

ansemjo commented 2 years ago

The fdisk build which is based on util-linux failed the second time in a row because the build script can't find the correct source package.

That's because the 2.38 directory only contains an -rc1 so far. I also noticed that previous versions have patch releases (like 2.37.4), which won't get picked up by the same logic ... I probably need one more request to check the directory listing inside a version for the latest version. Shall I pick RC candidates that I find or loop to the next minor version?