Skip to content

Commit

Permalink
Revert back to bootstrapped NodeJS on Rocky Linux
Browse files Browse the repository at this point in the history
Distro package fails to build edgedb-ui
  • Loading branch information
elprans committed Oct 17, 2024
1 parent 7b36467 commit ed9d485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/linux/build/Dockerfile-rockylinux.template
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ RUN dnf install -y \
libuuid-devel \
make \
ncurses-devel \
nodejs \
openssl-devel \
patch \
perl-Data-Dumper \
Expand Down Expand Up @@ -65,6 +64,7 @@ RUN set -ex \
&& /_bootstrap/pkgconf.sh \
&& /_bootstrap/patchelf.sh \
&& /_bootstrap/rust.sh \
&& /_bootstrap/node.sh \
&& /_bootstrap/yarn.sh \
&& /_bootstrap/go.sh \
&& /_bootstrap/meson.sh \
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/rockylinux-9/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed9d485

Please sign in to comment.