Skip to content

Commit a0ee56a

Browse files
author
Ash Cripps
committedMar 18, 2021
doc: add minutes for 2021-03-16 meeting
closes: nodejs#2562
1 parent f7de7bf commit a0ee56a

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Node.js Build WorkGroup Meeting 2021-03-16
2+
3+
## Links
4+
5+
* **Recording**:
6+
* **GitHub Issue**: https://github.com/nodejs/build/issues/2562
7+
8+
## Present
9+
10+
* Michael Dawson (@mhdawson)
11+
* Rod Vagg (@rvagg)
12+
* Richard Lau (@richardlau)
13+
* Ash Cripps (@AshCripps
14+
15+
## Agenda
16+
17+
## Announcements
18+
19+
*Extracted from **build-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting.
20+
21+
### nodejs/build
22+
23+
* Interest in establishing a "Build Helper" role [#2550](https://github.com/nodejs/build/issues/2550)
24+
* some discussion, no objections
25+
* next step is to open issue in core report to see if there is interest
26+
* how do we track perms
27+
28+
* Apple silicon builds [#2474](https://github.com/nodejs/build/issues/2474)
29+
* have new M1s from Mac Stadium - big thank you for providing that
30+
* Cross compiling from arm to intel as machines are faster
31+
* Providing separate tars in release should be lowest hanging fruit
32+
33+
* Install Python 3 everywhere in CI [#2507](https://github.com/nodejs/build/issues/2507)
34+
* PR open on node core for dropping support for Python 2
35+
* A lot of CI jobs force environment to be Python 2
36+
37+
* Remove explicit setting of PYTHON in CI jobs [#2576](https://github.com/nodejs/build/issues/2576)
38+
* quick update from Richard
39+
40+
* Compiler platforms
41+
* Ash, has updated compilers on most
42+
* smartos is last one that needs the update
43+
* arm, Rod will take a look at that one. cc selector already for choosing the right toolchain per
44+
Version
45+
* armv7 - Raspberry pi os is still armv7 even though some hardware (Raspberry pi 4) support
46+
Arvm8
47+
48+
* Download metrics
49+
* Summaries working, now in JSON
50+
* Ash will create a new folder on the webserver to serve up the data for people to use
51+
52+
53+
54+
## Q&A, Other
55+
56+
## Upcoming Meetings
57+
58+
* **Node.js Foundation Calendar**: https://nodejs.org/calendar
59+
60+
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar.

0 commit comments

Comments
 (0)
Please sign in to comment.