Skip to content

Commit

Permalink
Revert "fmf: Force nodejs 18 on Rawhide"
Browse files Browse the repository at this point in the history
The crash was worked around in Rawhide.

This reverts commit 701b7b0.
  • Loading branch information
martinpitt authored and jelly committed May 5, 2023
1 parent e80b68f commit 15c55ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ if grep -q platform:el8 /etc/os-release; then
dnf module switch-to -y nodejs:16
fi

# HACK: nodejs 20 is very segfaulty: https://bugzilla.redhat.com/show_bug.cgi?id=2190075
if grep -q VERSION_ID=39 /etc/os-release; then
dnf install -y nodejs18
ln -sfn node-18 /usr/bin/node
fi

# RHEL/CentOS 8 and Fedora have this, but not RHEL 9; tests check this more precisely
$DNF libvirt-daemon-driver-storage-iscsi-direct || true

Expand Down

0 comments on commit 15c55ab

Please sign in to comment.