You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansible: fix cross compile container for Node.js 18 (#3933)
In #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: #3930
0 commit comments