Revision 315ff53a37556ae0d26188d73f97325be44c26de authored by Alex Arslan on 18 August 2023, 16:06:44 UTC, committed by GitHub on 18 August 2023, 16:06:44 UTC
We're now using libssh2 v1.11.0 which includes the two patches we were
carrying. The patches need to be dropped in order to build with
`USE_BINARYBUILDER=0`. (This was my bad, I should have made this change
as part of #50826, which updated libssh2 to v1.11.0.)
1 parent fdd16bf
Raw File
.gitignore
/*.o
/*.do
/*.exe
/*.obj
/*.lib
/*.pdb
/*.exp

/boot.j.inc
/julia_flisp.boot
/julia_flisp.boot.inc
/flisp.boot.inc
/jl_internal_funcs.inc

/libjulia-debug.a
/libjulia-debug.so
/libjulia-debug.dylib
/libjulia-release.a
/libjulia-release.so
/libjulia-release.dylib
/julia_version.h
/flisp/host
/support/host
/base/

# Clang compilation database
/compile_commands*.json
.clangd/
back to top