Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-02 | Disable UPX on Darwin | Sven-Hendrik Haase | 1 | -1/+1 | |
It doesn't work anymore on modern OSX. | |||||
2024-03-16 | Update remaining GitHub Actions to their Node.js 20 versions | Sven-Hendrik Haase | 1 | -6/+6 | |
2024-03-16 | Update GitHub Actions to their Node.js 20 versions | Sven-Hendrik Haase | 2 | -4/+4 | |
2024-01-03 | Remove now-unsupported mips architectures | Sven-Hendrik Haase | 1 | -8/+0 | |
Apparently these are now Tier 3. | |||||
2023-11-20 | Add i686-pc-windows-msvc target | Sven-Hendrik Haase | 1 | -0/+4 | |
Fixes #1272. | |||||
2023-09-24 | Try to fix CI | Sven-Hendrik Haase | 1 | -8/+0 | |
2023-04-28 | Modernize CI and add aarch64-apple-darwin | Sven-Hendrik Haase | 1 | -3/+7 | |
2023-04-21 | Update checkout to v3origin/switch-to-dtolnay-rust-toolchain | Sven-Hendrik Haase | 2 | -2/+2 | |
2023-04-20 | Use houseabsolute/actions-rust-cross for cross support | Sven-Hendrik Haase | 1 | -21/+5 | |
2023-04-20 | Switch to dtolnay/rust-toolchain | Sven-Hendrik Haase | 2 | -30/+12 | |
2023-01-14 | Disable upx compression for mips | Sven-Hendrik Haase | 1 | -1/+1 | |
It appears to be currently broken in upx 4.0.1 | |||||
2022-09-15 | Build container images using podman | Sven-Hendrik Haase | 3 | -186/+242 | |
2022-05-18 | Run clippy only on nightly | Sven-Hendrik Haase | 2 | -1/+2 | |
2021-08-31 | Fix conditional release condition | Sven-Hendrik Haase | 1 | -3/+3 | |
2021-08-29 | Limit CI jobs runtime to 30 minutes | Sven-Hendrik Haase | 2 | -0/+2 | |
2021-08-29 | Give artifacts unique name | Sven-Hendrik Haase | 1 | -0/+1 | |
2021-08-29 | Upload artifacts when building release binaries | Sven-Hendrik Haase | 1 | -0/+5 | |
We always do this unconditionally so that we can even check out artifacts from PRs. | |||||
2021-08-29 | Run CI on pull_request as well | Sven-Hendrik Haase | 1 | -1/+1 | |
Turns out we need this as otherwise we'd get no CI at all for pull requests. Who woulda thunk. | |||||
2021-08-29 | Revert "Run CI on push only" | Sven-Hendrik Haase | 1 | -1/+1 | |
This reverts commit 194b11ac055be7e2bad214646bd6e65cb8cf11b1. | |||||
2021-08-29 | Always build all binaries for all targets | Sven-Hendrik Haase | 1 | -7/+11 | |
This uses the original workflow we used for publishing the binaries but now we use it as CI as well with an optional publish in case we are in a tag push. | |||||
2021-08-29 | Run CI on push only | Sven-Hendrik Haase | 1 | -1/+1 | |
Having it run on pull_request too was just duplicated work. | |||||
2021-08-28 | Switch TLS conditional compilation to feature | Sven-Hendrik Haase | 1 | -1/+13 | |
2021-03-27 | Re-add publish instructions | Sven-Hendrik Haase | 1 | -1/+26 | |
2021-03-27 | Don't run upx for FreeBSD | Sven-Hendrik Haase | 1 | -2/+2 | |
2021-03-26 | Try to add freebsd support | Sven-Hendrik Haase | 1 | -26/+9 | |
2021-02-28 | Don't try to compress every binary using upx | Sven-Hendrik Haase | 1 | -0/+12 | |
Not all architectures are supported by upx. | |||||
2021-02-28 | Add forgotten publish target | Sven-Hendrik Haase | 1 | -0/+6 | |
2021-02-23 | Add support for building binaries for more architectures | Sven-Hendrik Haase | 1 | -6/+35 | |
2020-11-09 | Actually fix publish workflow | Sven-Hendrik Haase | 1 | -3/+1 | |
2020-11-08 | Fix publish job | Sven-Hendrik Haase | 1 | -0/+2 | |
2020-11-08 | Now compiles on stable | Sven-Hendrik Haase | 2 | -2/+1 | |
2020-09-26 | remove stylelint again and fix a few css issues | Lukas Stabe | 1 | -5/+0 | |
2020-09-26 | add css lint github action | Lukas Stabe | 1 | -0/+5 | |
2020-09-24 | Upgrade to nightly-2020-09-22 | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-08-24 | Remove duplicated identifiers | Sven-Hendrik Haase | 2 | -2/+2 | |
2020-07-23 | Fix typo when getting tag name | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-07-23 | Fix publish job name | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-07-23 | Add a bunch of cross-compilation targets | Sven-Hendrik Haase | 1 | -9/+39 | |
2020-07-21 | Remove --better flag as it doesn't actually exist | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-07-20 | Switch to GitHub Actions (#344) | Sven-Hendrik Haase | 2 | -0/+120 | |
* Switch to GitHub Actions * Switch CI badge to GitHub Actions flow * Only run on nightly for now |