|
cf1a8cf5
|
2025-08-26T01:10:14
|
|
Do not remove opensslconf.h for android
|
|
090f7892
|
2025-04-13T01:09:48
|
|
scripts/test: use lib64 for loongarch64
|
|
a71747c2
|
2025-04-12T23:41:15
|
|
scripts/test: revert to using g++-14
It seems `g++-loongarch64-linux-gnu` does not exist in the Ubuntu
universe repositories. It also fails using the ubuntu Docker image
locally (with the universe repo added).
`g++-14-loongarch-linux-gnu` exists on both Ubuntu 22.04 and 24.04,
however ideally we want to use whatever works on the most platforms.
|
|
f4cc3446
|
2025-04-12T23:12:57
|
|
scripts/test: change from g++-14 to g++
|
|
24a8faec
|
2025-04-12T22:27:01
|
|
ci: test on loongarch64
|
|
12031e4e
|
2024-12-18T09:38:35
|
|
Move ARCH check
|
|
9ed5c54f
|
2024-12-18T09:24:28
|
|
update style
|
|
3e6153a5
|
2024-12-17T18:31:06
|
|
unset CC only for mingw and arm32
Since `scripts/test` always unset "CC", the github action for "clang"
in Linux does not use clang unintentionally.
This patch unset CC only for mingw{32,64} and arm32.
|
|
d88107b3
|
2024-04-08T20:10:31
|
|
read VERSION after it is generated by update script
|
|
9091d555
|
2024-04-08T20:05:29
|
|
use a specific version number in test scripts
This avoids issue reported in #1041 with file glob confusing cd.
Also remove extra newline from VERSION when update.sh runs.
|
|
73787b18
|
2024-03-21T19:05:27
|
|
Run tests for macos-14 on arm64
macos-12 and macos-13 fails `make test` on arm64 but macos-14 does not.
Hence this patch enables it on github action.
|
|
15d076b4
|
2023-07-04T13:09:31
|
|
add ventura and arm64 test targets, remove big sur
This reworks the macOS github actions to target Apple silicon for tests.
To simplify the test matrix, removing big sur and adding ventura.
Also some cleanups to the test script. We really don't need the 'x'
workaround for non-POSIX shells, and it got confusing writing "xx86_64".
|
|
60532831
|
2023-02-28T08:34:08
|
|
make it simpler to test on a non-Linux system
|
|
4fdce0c6
|
2023-04-29T01:15:13
|
|
Add CI workflow to run tests with ASM disabled
|
|
dc7d38d5
|
2023-03-23T06:21:32
|
|
match CI names in test script
|
|
73d924f6
|
2023-03-23T06:07:31
|
|
fix mips/mips64 builds
|
|
47aeda0f
|
2023-02-28T08:34:08
|
|
make it simpler to test on a non-Linux system
|
|
ab214b56
|
2023-02-27T07:26:07
|
|
handle i?86 for 32-bit CMake builds
|
|
305d0532
|
2023-02-27T06:27:01
|
|
delete opensslconf.h for each build
|
|
703f4304
|
2023-02-27T04:57:29
|
|
add conditional around common apt commands
|
|
1fbc858e
|
2023-02-27T04:19:34
|
|
remove inherited CC env variable, consolidate common setup
|
|
6b59828d
|
2023-02-25T18:20:29
|
|
update cross arch tests for arm/aarch64
|
|
8a57de6e
|
2022-04-29T18:55:44
|
|
Set max number of processes for CI
|
|
e55410dc
|
2021-05-28T04:53:27
|
|
update badges, further split out actions by OS, add more Linux targets
|