Skip to content

Build self-hosted snapshot from recent tag#10

Closed
finagolfin wants to merge 11 commits into
api-23from
tweak
Closed

Build self-hosted snapshot from recent tag#10
finagolfin wants to merge 11 commits into
api-23from
tweak

Conversation

@finagolfin
Copy link
Copy Markdown

No description provided.

@finagolfin finagolfin force-pushed the tweak branch 7 times, most recently from e9d7e9c to 533fe1c Compare July 13, 2025 11:41
@finagolfin finagolfin force-pushed the tweak branch 5 times, most recently from 927da2a to 82ed725 Compare July 23, 2025 18:43
@finagolfin finagolfin force-pushed the tweak branch 7 times, most recently from cc41c43 to eecfb7a Compare August 2, 2025 09:52
@finagolfin finagolfin force-pushed the tweak branch 4 times, most recently from e9edd8e to 9b19554 Compare August 9, 2025 15:11
@finagolfin finagolfin force-pushed the tweak branch 7 times, most recently from 97aae36 to f7734f2 Compare August 18, 2025 09:48
@finagolfin finagolfin force-pushed the tweak branch 2 times, most recently from f7f79ba to 7d57c6b Compare September 15, 2025 17:56
@finagolfin finagolfin changed the title Build self-hosted trunk from last tag, after bringing back upstreamed patches Build self-hosted snapshot from recent tag Sep 22, 2025
@finagolfin finagolfin force-pushed the tweak branch 5 times, most recently from c7490d0 to e791c5d Compare September 28, 2025 08:25
@finagolfin finagolfin force-pushed the tweak branch 5 times, most recently from a17dbee to 5a574eb Compare October 5, 2025 14:50
@finagolfin finagolfin force-pushed the tweak branch 3 times, most recently from 6ce8f05 to 75180d3 Compare October 11, 2025 18:20
marcprux and others added 11 commits December 16, 2025 17:09
The Contributor Experience Workgroup is currently formalizing the Code Owner role and as part of that standardizes the definition of code owners in a .github/CODEOWNERS file across the swiftlang organization (swiftlang/swift-org-website#1269). Move the existing `CODEOWNERS` file at the root of the repository into the `.github` folder to reflect this standard.
Enable libcurl websocket support for Android SDK
* Update the Static SDK for Linux

Updated the versions of:

- libxml2 (2.14.5)
- curl (8.15.0)
- BoringSSL (newer SHA)

and added:

- bzip2 (1.0.8)
- xz-utils (5.8.1)
- libarchive (3.8.1)
- mimalloc (2.2.4)

Plus two security patches for musl to fix CVE-2025-26519.

Also link mimalloc by default, so programs using the Static SDK for Linux
get a better memory allocator out of the box.

rdar://156423711

* [Static SDK] Tweak build script slightly.

We need to run the build and install of bzip2 together, otherwise
bzip2 tries to run tests, which won't necessarily work when cross
compiling for a different architecture.

We also want to remove various directories from the final result.

Oh, and we don't want to build libxml2 with lzma support either,
otherwise we'll have to link with liblxma whenever we use libxml2.

* [Static SDK] Replace malloc with mimalloc.

To do this properly, we remove all of the allocator implementation from
`libc.a` and `libc++abi.a`, and add `mimalloc.o`, mimalloc's static
implementation, directly to `libc.a`.
* [ubuntu 2404] add image for 6.2 bootstrap verification

* [amazonlinux2023] add image for 6.2 bootstrap verification

* use aarch suffix so dockerfile can be reused

* install which in 2023 verification image

* fix newline in ubuntu
Also, cut build time by not unnecessarily removing the corelibs build directories
for the linux host each time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants