File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ jobs:
100100 name : action
101101
102102 linuxen :
103+ needs : dist
103104 continue-on-error : true
104105 runs-on : ubuntu-latest
105106 strategy :
Original file line number Diff line number Diff line change @@ -43,11 +43,16 @@ just slow things down.
4343
4444# # Version History
4545
46+ * `v4` defaults to `pkgx`^2, uses node^20 and doesn’t install any pre-reqs on Linux†
4647* `v3` defaults to `pkgx`^2 and uses node^20
4748* `v2` defaults to `pkgx`^1 and uses node^20
4849* `v1` defaults to `pkgx`@latest and uses node^16
4950* `v0` should not be used
5051
52+ > † `pkgx` requires glibc>=2.28, libgcc, libstdc++ and libatomic. Generally
53+ > images come installed with these. If you are building binaries you may need
54+ > the `-dev` versions of these packages also.
55+
5156
5257
5358
You can’t perform that action at this time.
0 commit comments