-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure building images/gitea #4
Comments
Going to see if |
updating |
Use `debian-backports` to update npm from `5.8.0+ds6-4+deb10u2` to `6.14.8+ds-1~bpo10+1`. Why: To help fix an issue encountered when building the `images/gitea.tar` artifact, which was failing to build because of an npm install error. See hashbang#4 for more information. What/How: Add backported packages from the debian-backports repository to build with a newer version of npm. Resolved issue by following the documented debian backport instructions: https://backports.debian.org/Instructions/ NPM Package References: - buster npm package: https://packages.debian.org/buster/npm - buster-backports npm package: https://packages.debian.org/buster-backports/npm Testing: - clean images `rm -f images/*.tar` - build image: `make images/gitea.tar` - verify image builds :)
Use `debian-backports` to update npm from `5.8.0+ds6-4+deb10u2` to `6.14.8+ds-1~bpo10+1`. Why: To help fix an issue encountered when building the `images/gitea.tar` artifact, which was failing to build because of an npm install error. See hashbang#4 for more information. What/How: Add backported packages from the debian-backports repository to build with a newer version of npm. Resolved issue by following the documented debian backport instructions: https://backports.debian.org/Instructions/ NPM Package References: - buster npm package: https://packages.debian.org/buster/npm - buster-backports npm package: https://packages.debian.org/buster-backports/npm Testing: - clean images `rm -f images/*.tar` - build image: `make images/gitea.tar` - verify image builds :)
Tested updating the hash of |
also, here's the npm error I'm getting, if that comes in handy later with the older version of npm
|
Use `debian-backports` to update npm from `5.8.0+ds6-4+deb10u2` to `6.14.8+ds-1~bpo10+1`. Why: To help fix an issue encountered when building the `images/gitea.tar` artifact, which was failing to build because of an npm install error. See hashbang#4 for more information. What/How: Add backported packages from the debian-backports repository to build with a newer version of npm. Resolved issue by following the documented debian backport instructions: https://backports.debian.org/Instructions/ NPM Package References: - buster npm package: https://packages.debian.org/buster/npm - buster-backports npm package: https://packages.debian.org/buster-backports/npm Testing: - clean images `rm -f images/*.tar` - build image: `make images/gitea.tar` - verify image builds :)
Use `debian-backports` to update npm from `5.8.0+ds6-4+deb10u2` to `6.14.8+ds-1~bpo10+1`. Why: To help fix an issue encountered when building the `images/gitea.tar` artifact, which was failing to build because of an npm install error. See hashbang#4 for more information. What/How: Add backported packages from the debian-backports repository to build with a newer version of npm. Resolved issue by following the documented debian backport instructions: https://backports.debian.org/Instructions/ and adding the repos to the `update-packages.sh` script NPM Package References: - buster npm package: https://packages.debian.org/buster/npm - buster-backports npm package: https://packages.debian.org/buster-backports/npm Testing: - clean images `rm -f images/*.tar` - build image: `make images/gitea.tar` - verify image builds :)
Use `debian-backports` to update npm from `5.8.0+ds6-4+deb10u2` to `6.14.8+ds-1~bpo10+1`. Why: To help fix an issue encountered when building the `images/gitea.tar` artifact, which was failing to build because of an npm install error. See hashbang#4 for more information. What/How: Add backported packages from the debian-backports repository to build with a newer version of npm. Resolved issue by following the documented debian backport instructions: https://backports.debian.org/Instructions/ and adding the repos to the `update-packages.sh` script NPM Package References: - buster npm package: https://packages.debian.org/buster/npm - buster-backports npm package: https://packages.debian.org/buster-backports/npm Testing: - clean images `rm -f images/*.tar` - build image: `make images/gitea.tar` - verify image builds :)
Ran into issue when running
make
Pinpointed issue to
make images/gitea.tar
Seems like we need to upgrade the version of node + npm in the build container.
Here's a snippet of the error:
Here's a full paste of the error: http://paste.debian.net/1174757/
Side-Note:
It's interesting finding the security issues present in this version of
gitea
as well, that might need further upstream poking to fix though:The text was updated successfully, but these errors were encountered: