aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-12-27 05:50:15 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-12-27 05:50:15 +0300
commita2ef990a80130df8c4a6e043b354e7aa8f7172db (patch)
tree2e3428844e83f5aba7866f267d88020e5511b45f /TODO
parent63fc58fdabf5ad0d35ae567773d16e92b65d1ee6 (diff)
downloadsciteco-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--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 6801ee6..adaa334 100644
--- a/TODO
+++ b/TODO
@@ -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`