Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket Pipeline build a pyinstaller binary

geoff_roddick
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 7, 2024

I am looking to use a pipeline to build my python project, but it doesn't look like I can have it build my python project using pyinstaller targeting macOS x86 - is this correct?

 

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 10, 2024

Hi Geoff and welcome to the community!

Pipelines builds on Atlassian's infrastructure run on a Kubernetes cluster of Linux Docker hosts. Every step of the build runs in a separate Docker container, and you can specify the Docker image used for each step.

If your build needs to run on macOS, this is not currently supported on Atlassian's infrastructure. However, if you have a Mac where you can run builds, you can use a macOS self-hosted runner:

Runners allow you to run builds in Pipelines on your own infrastructure. You'll be able to see build logs on the repo's page on Bitbucket's site, and you won’t be charged for the build minutes used by your self-hosted runners.

We have the following feature request for supporting macOS builds on our own infrastructure:

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events