Skip to content

Commit 5f74b4a

Browse files
committed
wip
1 parent 5a80584 commit 5f74b4a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)