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