code-server/.github/workflows
Asher 6275520348
Fix incorrect argon2 target in arm builds (#6453)
* Fix building from source on arm

Not building from source causes argon2 to pull the wrong arch, so we
have to build from source.

But building from source is causing the new Kerberos module to fail on
arm64 and keytar to fail on both.

The latter has been very difficult to debug because the GitHub image
provides a different result to containers based on Ubuntu 20.04.
Because of this, use a container instead.

Use debian:buster as the container because it is easier to set up the
architecture sources (no need to modify the sources) and because it
seems to come with glibc 2.28 rather than 2.31.

Also use the exact version of Node (18.15.0) for reproducibility.

* Set owner and group during tar to zero

Otherwise you get IDs that can cause (benign) errors while extracting,
which might be confusing.  At the very least, I did not see these errors
from previous tars (although they seem to use 1001).

There is no guarantee what IDs might exist so 0 seems the most
reasonable.
2023-09-27 19:17:47 -08:00
..
build.yaml Update dependencies and force-update qs (#6440) 2023-09-21 16:13:34 -08:00
installer.yaml chore(deps): update minor dependency updates (#5787) 2022-11-30 09:51:03 -07:00
publish.yaml Update npm publish workflow to use v18 2023-09-22 17:53:56 -08:00
release.yaml Fix incorrect argon2 target in arm builds (#6453) 2023-09-27 19:17:47 -08:00
scripts.yaml chore(deps): update minor dependency updates (#5787) 2022-11-30 09:51:03 -07:00
security.yaml Update dependencies and force-update qs (#6440) 2023-09-21 16:13:34 -08:00
trivy-docker.yaml chore: bump aquasecurity/trivy-action from 0.10.0 to 0.11.2 (#6303) 2023-07-13 16:04:18 -05:00