Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/.github
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
..
ISSUE_TEMPLATE Update bug-report.yml (#5262) 2022-06-13 20:18:51 +00:00
PULL_REQUEST_TEMPLATE release: 4.7.1 (#5607) 2022-09-30 14:44:45 -07:00
workflows Fix incorrect argon2 target in arm builds (#6453) 2023-09-27 19:17:47 -08:00
codecov.yml chore(codecov): add slack webhook integration (#4532) 2021-11-19 22:10:27 +00:00
CODEOWNERS feat: add i18n in login page (#5947) 2023-01-13 17:42:49 +00:00
codeql-config.yml Add vscode via vendor package. 2021-09-15 14:54:33 -04:00
dependabot.yaml chore: enable dependabot (#5997) 2023-02-06 11:32:52 -06:00
PULL_REQUEST_TEMPLATE.md docs: update CHANGELOG process 2021-06-23 15:37:01 -07:00
ranger.yml Open VSX switch, Part II (#4319) 2021-11-10 10:00:59 -05:00
semantic.yaml release: v4.1.0 (#4946) 2022-03-03 14:46:17 -06:00
stale.yml feat: add stale bot config 2021-08-26 16:30:22 -07:00