Skip to content

Commit ac986c7

Browse files
Update community/minutes/2024-10-16.md
1 parent b859b80 commit ac986c7

File tree

1 file changed

+27
-10
lines changed

1 file changed

+27
-10
lines changed

community/minutes/2024-10-16.md

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Add new agenda items under the `Your __new__() agenda items` heading
1414

1515
| Name | Initials | GitHub ID | Affiliation |
1616
| ----------------------- | -------- | --------------- | --------------------------- |
17-
| | | | |
18-
| | | | |
19-
| | | | |
20-
| | | | |
21-
| | | | |
22-
| | | | |
23-
| | | | |
17+
| Matthew R Becker | MRB | beckermr | conda-forge |
18+
| Daniel Ching | DJC | carterbox | NVIDIA/cf |
19+
| Isuru Fernando | IF | isuruf | Quansight/cf |
20+
| Klaus Zimmermann | KZ | zklaus | Quansight |
21+
| Bianca Henderson | BH | beeankha | Anaconda |
22+
| John Kirkham | JK | jakirkham | NVIDIA/cf |
23+
| Dasha Gurova | DG | dashagurova | Anaconda/conda |
2424
| | | | |
2525
| | | | |
2626

27-
X people total
27+
10 people total
2828

2929
### Standing items
3030

@@ -36,11 +36,28 @@ X people total
3636

3737
### Active votes
3838

39-
- [ ]
39+
- [x] (MRB) three CFEPs
40+
- https://github.com/conda-forge/cfep/pull/56
41+
- https://github.com/conda-forge/cfep/pull/55
42+
- https://github.com/conda-forge/cfep/pull/54
43+
4044

4145
### Your __new__() agenda items
4246

43-
- [ ]
47+
- [x] (IF) Installing latest sysroot compatible with the user's system
48+
- https://github.com/conda-forge/linux-sysroot-feedstock/pull/75
49+
- If you export an environment using a lockfile and reproduce you might get an incompatible sysroot.
50+
- MRB: Is there a shim we can use to use the system bits with our compilers? Is this PR providing that solution or a different one?
51+
- IF: It's a slightly different problem. With this PR, users will get the most recent sysroot available for their system (instead of the pinned/oldest one). Currently, 2.28 in conda-forge.
52+
- MRB: Are both solutions compatible?
53+
- IF: They are compatible. Using the system sysroot should be explicitly opt-in (only if "they know what they are doing"). We shouldn't encourage it and instead prefer the "latest compatible one" provided by conda-forge.
54+
- IF: The lockfile incompatibility problem is trying to install it in an older GLIBC system. The lockfile should include the `__glibc` virtual package in these cases.
55+
- JRG: Capture this in an issue in conda/conda and maybe a CEP.
56+
- [x] (JRG) Improvements in CI provisioning times in Windows / macOS:
57+
- Windows-only: move base install to D:
58+
- Both: use micromamba by default
59+
- Linux: still using Docker images... how to approach this? new series of Docker images with suffixed names so they don't use `Miniforge` installs? We can keep the same pinning entries, but not sure how hacky this feels.
60+
- IF: Add micromamba to the Docker images. The added size is negligible, and just use micromamba instead of Miniforge to provision the base environment. Make sure to use the same cache.
4461

4562
### Pushed to next meeting
4663

0 commit comments

Comments
 (0)