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
Fix the broken CI due to the regression of 4.0.1 and some deprecated image and links (#235)
Fixes#234
1. Downgrade the Pulsar image to 4.0.0
2. Upgrade the macOS runner image from 12 to 14
Since the Boost download link is broken now, this PR also fixes the wheel build process by reusing the pre-built libraries to install pulsar-client-cpp on Linux and macOS. Specially, it links the `libpulsarwithdeps.a` instead of `libpulsar.a` and all 3rd-party libraries on macOS.
0 commit comments