Fix error when positioning instances in the AI agent

+ tentative fix for failing upload of macOS builds on the CI

Don't show in changelog
This commit is contained in:
Florian Rival
2025-06-23 20:04:53 +02:00
parent d4a8d468cb
commit 935af42d23
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- checkout
# Install Rosetta for AWS CLI and disable TSO to speed up S3 uploads (https://support.circleci.com/hc/en-us/articles/19334402064027-Troubleshooting-slow-uploads-to-S3-for-jobs-using-an-m1-macOS-resource-class)
- macos/install-rosetta
- run: sudo sysctl net.inet.tcp.tso=0
# - run: sudo sysctl net.inet.tcp.tso=0
# Install a recent version of npm to workaround a notarization issue because of a symlink made by npm: https://github.com/electron-userland/electron-builder/issues/7755
# Node.js v20.14.0 comes with npm v10.7.0.