Skip to content

Commit b9d94f4

Browse files
authored
Merge branch 'main' into 2023-08-23-meeting-notes
2 parents 2ba6210 + 0207fa5 commit b9d94f4

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ mapping for Azure-specific configuration options. For example:
8383
# each OS will get its proportional share of the configured value
8484
max_parallel: 25
8585
86+
8687
.. _self-hosted_azure-config:
8788

8889
Below is an example configuration for setting up a self-hosted Azure agent for Linux:
@@ -100,6 +101,13 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
100101
strategy:
101102
maxParallel: 1
102103
104+
Below is an example configuration for adding a swapfile on an Azure agent for Linux:
105+
106+
.. code-block:: yaml
107+
108+
azure:
109+
settings_linux:
110+
swapfile_size: 10GiB
103111
104112
.. _bot:
105113

src/user/announcements.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
88
2023
99
----
1010

11+
2023-08-24: Bumping Minimum MacOS version to 10.13
12+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13+
14+
We will bump the minimum MacOS version from 10.9 (released in Oct. 2013, end-of-life since
15+
Dec. 2016) to 10.13 (released Sept. 2017, end-of-life since Dec. 2020). The main reason we
16+
managed to support 10.9 this long at all, is that conda-forge is able to ship an up-to-date
17+
C++ standard library for OSX, ``libcxx``, superseding the old one present in the MacOS SDK
18+
on the system (at least from the point-of-view of the respective conda environments).
19+
20+
However, several core packages in the ecosystem now require at least 10.13 (or will very soon),
21+
in a way that we cannot be circumvent. These packages include ``libcxx``,
22+
`starting <https://discourse.llvm.org/t/libc-bumping-minimal-deployment-target-for-building-the-dylib-static-library-on-macos/68912>`_
23+
with version 17.0.
24+
This change will not affect already published artifacts, but in the near future, all new builds
25+
for OSX will require at least 10.13. This constraint will be implemented through the ``__osx``
26+
virtual package, but the details of how we will achieve this are still being worked out. Only ``conda`` versions 4.8.0 or newer have this virtual package. If you are using a system with MacOS older than 10.13 and are using ``conda`` older than 4.8.0, you will need to either upgrade ``conda`` to at least 4.8.0 or upgrade your system to at least MacOS 10.13.
27+
28+
1129
2023-07-12: End-of-life for CentOS 6
1230
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1331

0 commit comments

Comments
 (0)