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
which uses macOS-specific options. Changing this I am able to run this without errors on an Ubuntu machine, but we may want to tackle #7443 first to ensure the targets do not silently fail on Linux because of something else.
The text was updated successfully, but these errors were encountered:
The 'Inform Incompatible PRs / Check-Compatibility' check runs on a macOS machine:
opentelemetry-collector/.github/workflows/api-compatibility.yml
Lines 16 to 17 in 92e5423
ubuntu-latest
. It also eats into the org's CI minutes: 1 minute in a macOS runner is equivalent to 10 minutes on a Linux runner.The main (only?) thing to change is this call to
mktemp
:opentelemetry-collector/internal/buildscripts/gen-apidiff.sh
Line 45 in a25d438
The text was updated successfully, but these errors were encountered: