elastic / golang-crossbuild

Apache License 2.0
138 stars 29 forks source link

Remove MacOs support #445

Open alexsapran opened 1 week ago

alexsapran commented 1 week ago

This is related to https://github.com/elastic/ingest-dev/issues/3863

Closes: https://github.com/elastic/ingest-dev/issues/3918 Signed-off-by: Alexandros Sapranidis alexandros@elastic.co

mergify[bot] commented 1 week ago

This pull request does not have a backport label. Could you fix it @alexsapran? 🙏 To fixup this pull request, you need to add the backport labels for the needed branches, such as:

elasticmachine commented 1 week ago

:broken_heart: Build Failed

Failed CI Steps

cc @alexsapran

alexsapran commented 1 week ago

:pipeline:⬆️ Upload Pipeline: .buildkite/llvm-apple-pipeline.yml

This is expected, as I remove the pipeline and there is nothing.

elasticmachine commented 1 week ago

:green_heart: Build Succeeded

cc @alexsapran

elasticmachine commented 1 week ago

:broken_heart: Build Failed

Failed CI Steps

History

cc @alexsapran

mergify[bot] commented 5 days ago

This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b remove-macos upstream/remove-macos
git merge upstream/main
git push upstream remove-macos