Skip to content

Releases: pkgxdev/setup

v1.0.0

15 Sep 18:06

Choose a tag to compare

v1.0.0

v0.18.3

19 Jun 12:48

Choose a tag to compare

bump libtea

v0.18.2

07 Jun 19:00
168158a

Choose a tag to compare

`sh` on raw ubuntu !propogates $SHELL or $USER (#164)

v0.18.1

28 May 22:11
c6b9c1e

Choose a tag to compare

fix applying --env if no TEA_DIR

v0.18.0

28 May 20:34
c9d315c

Choose a tag to compare

use libtea (#155)

Fixes #158

We now use vercel/ncc as a distribution pre-req because otherwise we’re way too big.

Also we prune the koffi modules down to only what we need for the same reasons.

v0.17.1

23 May 15:02
972ff14

Choose a tag to compare

use --env=false

v0.17.0

02 May 20:30

Choose a tag to compare

check indentation is tabs

v0.16.2

26 Apr 21:26

Choose a tag to compare

Fixes #144

v0.16.1

26 Apr 18:24
d254d26

Choose a tag to compare

switching to echo to /bin/echo for pantry install

While installing `tea` on `linux/amd64` hosts, the pantry sync returns
code 139, failing to complete the installation. While no such errors are
generated on `linux/arm64` systems.
The pantry sync is performed by passing `--sync --cd / echo` to the tea
CLI. The `echo` is a shell builtin, while `/bin/echo` is a binary.
Let's use the proper binary.

* replacing `echo` with `/bin/echo` in `install.sh` pantry sync command

Closes #148

v0.16.0

13 Apr 14:17
6ab37b3

Choose a tag to compare

+libudev-dev to linux pre-reqs