Philip H.
Philip H.
Another solution could be install automake like this `sudo apt install automake=1.5`
solution (2) is build **automake 1.15.1** from source tarball, as it is a small package it will not very hard encrease the CI time
> Is this expected? Is scripts/installcheck.sh supposed to be part of the release archive or not? It's not included on the 8.0.1 tarball, so maybe not?
@mback2k I think this happens because curl / libcurl is already installed on the Ubuntu CI. We could uninstall it first: ``` apt purge -y curl ```
Okay, the installed lib/curl does not seem to be the culprit. Maybe this can help?: https://stackoverflow.com/a/27042314
It must be removed before the CI starts the intended process. ``` ERROR: installed libcurl docs mismatch ```
could be ready right? @brammool @ichizok
I the meantime OpenSSL 3.3.0 is out.
Why not using `$(nproc)+1`?
My workaround at the moment is to stay on Node 18.x. I hope there will be a fix for the `armv6` and `armv7` architectures. Otherwise I will have to drop...