Revision 34ba62f85affe7e539faab25f22ee13ed614902d authored by Keno Fischer on 18 July 2023, 02:57:09 UTC, committed by GitHub on 18 July 2023, 02:57:09 UTC
I had an off-by-one in #50556, since the argument slots actually start
at 2 and `iota` starts at `0`. This was breaking StaticArrays
precompiles, which attempts to precompile a generator with its abstract
signature and without the nospecialize, those signatures are not
compileable.

Co-authored-by: Oscar Smith <oscardssmith@gmail.com>
1 parent c0d5352
Raw File
libssh2.version
## jll artifact
LIBSSH2_JLL_NAME := LibSSH2

## source build
LIBSSH2_VER := 1.10.2
LIBSSH2_BRANCH=libssh2-1.10.0
LIBSSH2_SHA1=635caa90787220ac3773c1d5ba11f1236c22eae8
back to top