master: Revert "Persist the :ucrt feature, if present, into the final image"
stassats via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 8ecb4fb7314cc4e94957c9e7bfb43b63d930d13d (commit)
from 314b572626e177fc9c7625e26ef629cfe2b190c8 (commit)
- Log -----------------------------------------------------------------
commit 8ecb4fb7314cc4e94957c9e7bfb43b63d930d13d
Author: Stas Boukarev <[email protected]>
Date: Mon Apr 27 14:46:42 2026 +0300
Revert "Persist the :ucrt feature, if present, into the final image"
Until it's known if users need that.
This reverts commit 4dde13a7c1364ad9a3f39f023a069e689ef2e421.
---
make-target-2-load.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make-target-2-load.lisp b/make-target-2-load.lisp
index 800eb4722..36c4de3dc 100644
--- a/make-target-2-load.lisp
+++ b/make-target-2-load.lisp
@@ -74,7 +74,7 @@
:64-BIT ; choice of word size. 32-bit if absent
:BIG-ENDIAN :LITTLE-ENDIAN ; endianness: pick one and only one
:BSD :UNIX :LINUX :WIN32 :DARWIN :SUNOS :ANDROID ; OS: pick one or more
- :FREEBSD :GNU-KFREEBSD :OPENBSD :NETBSD :DRAGONFLY :HAIKU :UCRT
+ :FREEBSD :GNU-KFREEBSD :OPENBSD :NETBSD :DRAGONFLY :HAIKU
:MACH-O :ELF ; obj file format: pick zero or one
;; I would argue that this should not be exposed,
;; but I would also anticipate blowback from removing it.
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL