Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release_head_macos and release_head_linux jobs after upgrading xcode base image on CircleCI #499

Merged
merged 2 commits into from
Aug 4, 2022

Conversation

camillof
Copy link
Contributor

@camillof camillof commented Aug 4, 2022

release_head_macos

  • After upgrading the XCode version on our macos_image for CircleCI jobs on Fix CI xcode_install_go script #498 , the pip version was also upgraded, so we should use pip3 instead of pip.

Failed job: https://app.circleci.com/pipelines/github/codeclimate/test-reporter/144/workflows/88253465-f0e4-4fdd-8232-4d51b61d03a4/jobs/1225
CircleCi image manifest: https://circle-macos-docs.s3.amazonaws.com/image-manifest/v3587/index.html

release_head_linux

  • Linux repository was pointing to a non-existing package, causing the job to fail. Running apt-get update fixes the issue.
http://deb.debian.org/debian/pool/main/p/pillow/python3-pil_5.4.1-2+deb10u2_amd64.deb # Before
http://deb.debian.org/debian/pool/main/p/pillow/python3-pil_5.4.1-2+deb10u3_amd64.deb  # After

Reference: http://deb.debian.org/debian/pool/main/p/pillow/

Failed job: https://app.circleci.com/pipelines/github/codeclimate/test-reporter/144/workflows/88253465-f0e4-4fdd-8232-4d51b61d03a4/jobs/1226

@camillof camillof changed the title Use pip3 after upgrading xcode base image on CircleCI Fix release_head_macos and release_head_linux jobs after upgrading xcode base image on CircleCI Aug 4, 2022
@camillof camillof merged commit b15e675 into master Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants