Skip to content

Commit be490d2

Browse files
Add meeting notes 2024-06-12 (#2201)
* Add community/minutes/2024-06-12.md * Update community/minutes/2024-06-12.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e2bf77 commit be490d2

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

community/minutes/2024-06-12.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
tags: [meeting-notes]
3+
title: '2024-06-12'
4+
---
5+
# conda-forge core meeting 2024-06-12
6+
7+
Add new agenda items under the `Your __new__() agenda items` heading
8+
9+
- [Zoom link](https://zoom.us/j/9138593505?pwd=SWh3dE1IK05LV01Qa0FJZ1ZpMzJLZz09)
10+
- [What time is the meeting in my time zone](https://dateful.com/convert/utc?t=5pm)
11+
- [Previous meetings](https://conda-forge.org/community/minutes/)
12+
13+
## Attendees
14+
15+
| Name | Initials | GitHub ID | Affiliation |
16+
| ----------------------- | -------- | --------------- | --------------------------- |
17+
| Jaime Rodríguez-Guerra | JRG | jaimergp | Quansight/cf |
18+
| Filipe Fernandes | FF | ocefpaf | conda-forge |
19+
| Marcel Bargull | MB | mbargull | Bioconda/cf |
20+
| Wolf Vollprecht | WV | wolfv | prefix.dev |
21+
| Cheng H. Lee | CHL | chenghlee | Anaconda/cf |
22+
| Isuru Fernando | IF | isuruf | Quansight/cf |
23+
| Aaron Opfer | AO | | |
24+
| | | | |
25+
| | | | |
26+
27+
X people total
28+
29+
### Standing items
30+
31+
- [ ]
32+
33+
### From previous meeting(s)
34+
35+
- [ ]
36+
37+
### Active votes
38+
39+
- [ ]
40+
41+
### Your __new__() agenda items
42+
43+
- [x] Introductions: Aaron Opfer from Chicago Trading Company
44+
- [ ] (WV) reproducible builds effort
45+
- Demo: https://github.com/prefix-dev/reproducible-builds
46+
- Site: https://prefix-dev.github.io/reproducible-builds/
47+
- FF: Findings?
48+
- WV: Mostly in rattler-build itself. Also found something in some osx tooling related to timestamps/epocs.
49+
- WV: Source provenance can be annotated from the git archive (via git commit revision). For tarballs that are not git related, maybe `content_sha256` (as in this [conda-build PR](https://github.com/conda/conda-build/pull/5277)) could be stored.
50+
- IF: Virtual packages?
51+
- WV: Not right now, but the lockfile is there so maybe not needed. Still, good info to capture.
52+
- MB: What about non-Linux repro? macOS and Windows don't give full control to the userspace (like Linux does, at least). What happens if you try to rebuild in different macOS versions?
53+
- WV: Nichita is looking into it (some paths in the linking info contain version info which results in different hashes). For now only looking at the 1st level of repro (same machine repro but at different times).
54+
- WV: diffoscope works well with conda packages and will tell you what's different.
55+
- [ ] (WV) Three CEPs to vote on (conda community governing body can vote, to be called on next Wednesday -after conda community meeting-):
56+
- Sharded repodata (split repodata by package names). Allows for faster fetch of only the packages you need.
57+
https://github.com/conda/ceps/pull/75
58+
- rattler-build: serialization of recipes in the package (part of the repro efforts)
59+
https://github.com/conda/ceps/pull/74
60+
- rattler-build: Jinja functions that can be used (e.g. compiler, pin_subpackage, etc)
61+
https://github.com/conda/ceps/pull/71
62+
- [ ] (FF) How to handle the ICU proliferation: https://github.com/conda-forge/libxml2-feedstock/issues/41
63+
- Haunts every now and then while building custom wheels out of conda packages.
64+
- ICU makes the wheels massive. How to get ICU out of the way.
65+
- MB: Also useful for conda itself. libarchive and libxml2 (this one depends on ICU) come to mind.
66+
- Provide ICU variants without the full data package? Can be a smaller one (e.g. English and other ones only)
67+
- IF: Maybe build two variants of libxml2, with and without ICU. If we are lucky with the exported symbols, we don't need a migration. We just need to make sure the adequate constraints are in place so the presence of ICU causes the variant swap.
68+
- Let's build one without ICU and let's see what happens with the symbols.
69+
- [ ] (IF) MinGW UCRT compilers are ready to test
70+
- [ ] gcc and VC are compatible (C only), but gxx is not (different C++ libraries)
71+
- [ ] R and Python use different C++ libraries, so we need to be careful about directly linking across this ecosystem boundary.
72+
- [ ] Plenty of tasks ahead:
73+
- [ ] Update R recipes need to be updated so they don't use the {{native}} Jinja prefix, possibly with a migrator
74+
- [ ] r-base for Windows PR
75+
- [ ] conda-build bug ([sysroot detection assumes Linux](https://github.com/conda/conda-build/blob/45be77d9f69838acdea50c03df14fa4589108c05/conda_build/post.py#L1334-L1339))
76+
- [ ] (IF) Drop GLIBC 2.12 (CentOS 6) end of this month.
77+
- [ ] Will open PR and move on.
78+
79+
80+
### Pushed to next meeting
81+
82+
- [ ]
83+
84+
### CFEPs
85+
86+
- [ ]

0 commit comments

Comments
 (0)