diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-27 05:50:15 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-27 05:50:15 +0300 |
commit | a2ef990a80130df8c4a6e043b354e7aa8f7172db (patch) | |
tree | 2e3428844e83f5aba7866f267d88020e5511b45f /TODO | |
parent | 63fc58fdabf5ad0d35ae567773d16e92b65d1ee6 (diff) | |
download | sciteco-a2ef990a80130df8c4a6e043b354e7aa8f7172db.tar.gz |
nightly builds now include 64-bit Windows builds (MINGW64)
* 32-bit binaries have been dropped, even though we could build both.
But there is virtually no demand for 64-bit binaries left.
* I continue to build 32-bit versions during CI, so that at least
something still builds and tests under 32-bit.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -453,13 +453,11 @@ Features: special. Even if we always increased the nest_level, that variable does not discern Ifs and Whiles. * Possible Nightly Build improvements (and therefore releases): - * Build 32-bit Ubuntu packages * Push nightly builds into the Ubuntu PPA. We should probably create a new PPA sciteco-nightly. A new private key has already been registered on Launchpad and Github. We just need to integrate with CI. See also https://github.com/marketplace/actions/import-gpg - * 64-bit Windows builds * Mac OS Arm64 builds either separately or via universal binary. See https://codetinkering.com/switch-homebrew-arm-x86/ Target flag: `-target arm64-apple-macos11` |