Skip to content

Commit

Permalink
ansible: fix cross compile container for Node.js 18 (nodejs#3933)
Browse files Browse the repository at this point in the history
In nodejs#3930 I dropped `python3.12-pip`
from the cross compile container because we do not need to install
`tap2junit`. Unfortunately that means that `python3.12-setuptools`
wasn't installed and that is still required for the version of
gyp-next in Node.js 18.

Refs: nodejs#3930
  • Loading branch information
richardlau authored Oct 15, 2024
1 parent fd6184c commit efb33e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN dnf install --disableplugin=subscription-manager -y \
libstdc++-devel.i686 \
make \
python3.12 \
python3.12-setuptools \
procps-ng \
xz \
&& dnf --disableplugin=subscription-manager clean all
Expand Down

0 comments on commit efb33e7

Please sign in to comment.