From 7b92e4acf6dea29348efeb4c0cc89e3071aee56e Mon Sep 17 00:00:00 2001 From: sappho Date: Fri, 14 Jul 2023 07:19:14 -0400 Subject: ci fixes and repo cleanup + small tweaks and first release (#2) * Update docker_build.yml * Update docker_build.yml * Update docker_build.yml * attempt to lint * use tags * Update docker_build.yml * reorganize repo * correct typo with build dir * hacky chmod/chown for docker builds * more hacks for chmod * try to hack docker to work again * fix invalid syntax * remove extension in repo, remove spaces, fixup gitignore * twiddle around with making releases with commits * more ci testing to use non deprecated actions * Update docker_build.yml * more ci twiddling (ugh) * more lint and run the actual job now * lint more and use deb slim * autogen rel notes (?) * fixup bad quotes * sigh. fix quotes again * save beta autotagging for a later date * gitignore * fix so users don't use removed hash funcs * add max dbg info to ext * update versionings --- lib/libbrotlicommon-static.a | Bin 134126 -> 0 bytes lib/libbrotlidec-static.a | Bin 54598 -> 0 bytes lib/libbrotlienc-static.a | Bin 664092 -> 0 bytes lib/libcrypto.a | Bin 7995350 -> 0 bytes lib/libcurl.a | Bin 1279854 -> 0 bytes lib/libcurl.dll.a | Bin 15582 -> 0 bytes lib/libcurl.lib | Bin 14929570 -> 0 bytes lib/libcurld.lib | Bin 7805426 -> 0 bytes lib/libcurld.lib_unusable | Bin 7805426 -> 0 bytes lib/libgsasl.a | Bin 198440 -> 0 bytes lib/libnghttp2.a | Bin 302870 -> 0 bytes lib/libngtcp2.a | Bin 370742 -> 0 bytes lib/libssh2.a | Bin 405950 -> 0 bytes lib/libssl.a | Bin 1049096 -> 0 bytes lib/libz.a | Bin 134028 -> 0 bytes lib/libzstd.a | Bin 808002 -> 0 bytes 16 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 lib/libbrotlicommon-static.a delete mode 100644 lib/libbrotlidec-static.a delete mode 100644 lib/libbrotlienc-static.a delete mode 100644 lib/libcrypto.a delete mode 100644 lib/libcurl.a delete mode 100644 lib/libcurl.dll.a delete mode 100644 lib/libcurl.lib delete mode 100644 lib/libcurld.lib delete mode 100644 lib/libcurld.lib_unusable delete mode 100644 lib/libgsasl.a delete mode 100644 lib/libnghttp2.a delete mode 100644 lib/libngtcp2.a delete mode 100644 lib/libssh2.a delete mode 100644 lib/libssl.a delete mode 100644 lib/libz.a delete mode 100644 lib/libzstd.a (limited to 'lib') diff --git a/lib/libbrotlicommon-static.a b/lib/libbrotlicommon-static.a deleted file mode 100644 index 083d11f..0000000 Binary files a/lib/libbrotlicommon-static.a and /dev/null differ diff --git a/lib/libbrotlidec-static.a b/lib/libbrotlidec-static.a deleted file mode 100644 index 2e2adf2..0000000 Binary files a/lib/libbrotlidec-static.a and /dev/null differ diff --git a/lib/libbrotlienc-static.a b/lib/libbrotlienc-static.a deleted file mode 100644 index 215719e..0000000 Binary files a/lib/libbrotlienc-static.a and /dev/null differ diff --git a/lib/libcrypto.a b/lib/libcrypto.a deleted file mode 100644 index 76edd91..0000000 Binary files a/lib/libcrypto.a and /dev/null differ diff --git a/lib/libcurl.a b/lib/libcurl.a deleted file mode 100644 index 8d1b663..0000000 Binary files a/lib/libcurl.a and /dev/null differ diff --git a/lib/libcurl.dll.a b/lib/libcurl.dll.a deleted file mode 100644 index adf47a5..0000000 Binary files a/lib/libcurl.dll.a and /dev/null differ diff --git a/lib/libcurl.lib b/lib/libcurl.lib deleted file mode 100644 index 0d7e18f..0000000 Binary files a/lib/libcurl.lib and /dev/null differ diff --git a/lib/libcurld.lib b/lib/libcurld.lib deleted file mode 100644 index 1462f0b..0000000 Binary files a/lib/libcurld.lib and /dev/null differ diff --git a/lib/libcurld.lib_unusable b/lib/libcurld.lib_unusable deleted file mode 100644 index 1462f0b..0000000 Binary files a/lib/libcurld.lib_unusable and /dev/null differ diff --git a/lib/libgsasl.a b/lib/libgsasl.a deleted file mode 100644 index f14681e..0000000 Binary files a/lib/libgsasl.a and /dev/null differ diff --git a/lib/libnghttp2.a b/lib/libnghttp2.a deleted file mode 100644 index b7c1dca..0000000 Binary files a/lib/libnghttp2.a and /dev/null differ diff --git a/lib/libngtcp2.a b/lib/libngtcp2.a deleted file mode 100644 index 0b5125f..0000000 Binary files a/lib/libngtcp2.a and /dev/null differ diff --git a/lib/libssh2.a b/lib/libssh2.a deleted file mode 100644 index f57e9a6..0000000 Binary files a/lib/libssh2.a and /dev/null differ diff --git a/lib/libssl.a b/lib/libssl.a deleted file mode 100644 index 9d8bacf..0000000 Binary files a/lib/libssl.a and /dev/null differ diff --git a/lib/libz.a b/lib/libz.a deleted file mode 100644 index ec39f41..0000000 Binary files a/lib/libz.a and /dev/null differ diff --git a/lib/libzstd.a b/lib/libzstd.a deleted file mode 100644 index 53bd26e..0000000 Binary files a/lib/libzstd.a and /dev/null differ -- cgit v1.2.3