Build self-hosted snapshot from recent tag#10
Closed
finagolfin wants to merge 11 commits into
Closed
Conversation
e9d7e9c to
533fe1c
Compare
927da2a to
82ed725
Compare
cc41c43 to
eecfb7a
Compare
e9edd8e to
9b19554
Compare
97aae36 to
f7734f2
Compare
f7f79ba to
7d57c6b
Compare
c7490d0 to
e791c5d
Compare
a17dbee to
5a574eb
Compare
6ce8f05 to
75180d3
Compare
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.