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
@ mikhailkoliada : PR #7125 fixed this but did not seem to add any tests.
If a tool like pkg-config can disappear just like this from the image, then it looks like you do not have enough tests.
A minimal test would invoke just pkg-config --version to see that the program is at least present.
Without regression tests, you will play whack-a-mole in all eternity.
Description
Since (probably) d7312cf
pkg-config
is not present any more in the macos-latest runners. Nothing is mentioned in the version tracking though.Platforms affected
Runner images affected
Image version and build link
Broken
Runner image version: 20230214.2
Job link: https://github.com/elastic/geneve/actions/runs/4225687985/jobs/7338324192
Working
Runner image version: 20230205.1
Job link: https://github.com/elastic/geneve/actions/runs/4196117124/jobs/7277667028
Is it regression?
See "Working" above.
Expected behavior
A build using
pkg-config
does not fail because of missingpkg-config
.Actual behavior
A build using
pkg-config
fails:Repro steps
Follow my "broken job link" above and press "re-run all failed jobs".
The text was updated successfully, but these errors were encountered: