summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2022-04-16Retire fbsd6 test VM.Darren Tucker
It's long since out of support, relatively slow (it's i686) and the compiler has trouble with PIE.
2022-04-04Disable security key on fbsd6 test host.Darren Tucker
2022-04-04Specify TEST_SHELL=bash on AIX.Darren Tucker
The system shells cause the agent-restrict test to fail due to some quoting so explicitly specify bash until we can get configure to autmatically work around that.
2022-04-01Only run regression tests on slow VMs.Darren Tucker
2022-04-01Increase test timeout to allow slow VMs to finishDarren Tucker
2022-04-01Skip slow tests on (very) slow test targets.Darren Tucker
2022-03-28Add AIX 5.1 test target.Darren Tucker
2022-03-26Drop leading "v" from release version identifier.Darren Tucker
It's present in the git tags but not in the release tarball names. Also drop extra "/" from URL path.
2022-03-26Use tarballs when testing LibreSSL releases.Darren Tucker
This means they'll still work when the combination of -portable and openbsd github repos no longer match.
2022-03-26Add OpenWRT mips and mipsel test targets.Darren Tucker
2022-02-28No unused param warnings for clang-12 and gcc-11.Darren Tucker
These have too many false positives in -Werror tests on the github CI since we often provide empty stub functions for functionality not needed for particular configurations.
2022-02-26Add debian-i386 test target.Darren Tucker
2022-02-25Add tests for latest releases of {Libre,Open}SSL.Darren Tucker
2022-02-22Add Alpine Linux test VM.Darren Tucker
2022-02-22disable agent-restrict test on minix3Damien Miller
Minix seems to have a platform-wide limit on the number of select(2) syscalls that can be concurrently issued. This test seems to exceed this limit. Refer to: https://github.com/Stichting-MINIX-Research-Foundation/minix/blob/R3.3.0/minix/servers/vfs/select.c#L114 https://github.com/Stichting-MINIX-Research-Foundation/minix/blob/R3.3.0/minix/servers/vfs/select.c#L30-L31
2022-02-18Add test configs for MUSL C library.Darren Tucker
2022-02-17Comment hurd test, the VM is currently broken.Darren Tucker
2022-02-12Add cygwin-release test config.Darren Tucker
This tests the flags used to build the cygwin release binaries.
2022-02-11Stop testing OpenBSD HEAD on 6.9 and 7.0.Darren Tucker
HEAD is not guaranteed to work on previous stable branches, and at the moment is broken due to libfido API changes.
2022-01-20Move more tests out of valgrind-1 runner.Darren Tucker
2022-01-13Stop on first test failure to minimize logs.Darren Tucker
2022-01-11libhardended_malloc.so moved into out dir.Darren Tucker
2022-01-05Always save config.h as build artifact.Darren Tucker
Should allow better comparison between failing and succeeding test platforms.
2022-01-05Add OpenBSD 7.0 target. Retire 6.8.Darren Tucker
2021-12-11Increase timeout for test step.Darren Tucker
2021-12-10Update the list of tests that don't work on Minix.Darren Tucker
While there, remove CC (configure will now find clang) and make the test list easier to update via cut and paste.
2021-11-12Switch from LibreSSL 3.4.0 to 3.4.1.Darren Tucker
The LibreSSL 3.4.0 release has an OPENBSD_BRANCH that points to "master" and that branch no longer has the files LibreSSL expects and thus it will no longer build, breaking the test.
2021-10-22kitchensink test target now needs krb5.Darren Tucker
2021-10-22Test both MIT KRB5 and Heimdal.Darren Tucker
2021-10-22Source configs script so setup_ci can use settingsDarren Tucker
2021-10-22Install libedit and pam based on config flags.Darren Tucker
2021-10-21Don't use 'here string", it's not POSIX.Darren Tucker
2021-10-21Remove -Werror from compiler package to install.Darren Tucker
2021-10-21Build with -Werror on most recent gcc and clang.Darren Tucker
2021-10-12Add tcmalloc test target.Darren Tucker
2021-10-07Include relevant env vars on command line.Darren Tucker
Makes it easier to reproduce a build by cut/pasting the configure line.
2021-10-06Disable security key on minix3.Darren Tucker
The test doesn't work so disable.
2021-10-06Disable security key on NetBSD4 test.Darren Tucker
sk-dummy used for the security key test includes both sha2.h and OpenSSL causing the definitions conflict so disable security key support on this platform.
2021-09-29Use backticks instead of $(..) for portability.Darren Tucker
Older shells (eg /bin/sh on Solaris 10) don't support $() syntax.
2021-09-29Skip file-based tests by default on Mac OS.Darren Tucker
The file-based tests need OpenSSL so skip them.
2021-09-29Build without OpenSSL on Mac OS.Darren Tucker
Modern versions don't ship enough libcrypto to build against.
2021-09-29Split c89 test openssl setting out.Darren Tucker
2021-09-29Add make clean step to tests.Darren Tucker
2021-09-29Test all available clang and gcc versions.Darren Tucker
2021-09-24Don't prompt for yes/no questions.David Manouchehri
2021-09-17Test against LibreSSL 3.2.6, 3.3.4, 3.4.0.Darren Tucker
2021-09-08Really fix test on OpenSSL 1.1.1 stable.Darren Tucker
2021-09-08Correct OpenSSL 1.1.1 stable identifier.Darren Tucker
2021-09-08Tests for OpenSSL 3.0.0 release & 1.1.1 branch.Darren Tucker
2021-09-05Test against OpenSSL 3 branch as well as dev.Darren Tucker
Now that OpenSSL development has moved to 3.1, test against the most recent version of the openssl-3.0 branch too.