Open bpeltonc opened 1 year ago
Hi @bpeltonc thanks for the reporting! We're working on higher priority issues, but we'll get back to this one soon
I'm running into the same issue. I'm able to ssh into the agent and run bundle install in a bash shell no problem, but when I run bundle install in a bash task in the pipeline it gives me this "wrong architecture" error for a few packages.
@bpeltonc Have you found any workarounds for this?
@kirill-ivlev Would you happen to have a timeline for when y'all could start looking into this?
I'm running into the same issue. I'm able to ssh into the agent and run bundle install in a bash shell no problem, but when I run bundle install in a bash task in the pipeline it gives me this "wrong architecture" error for a few packages.
@bpeltonc Have you found any workarounds for this?
@kirill-ivlev Would you happen to have a timeline for when y'all could start looking into this?
No workaround yet. I'm doing all my deployments locally instead of via Azure.
@kirill-ivlev My team is looking at abandoning Azure Pipelines since it appears at this point to be completely incompatible with self-hosted arm64 build agents. Is there any roadmap to address this issue, or is it best for us to migrate to another CI/CD provider?
This issue has had no activity in 180 days. Please comment if it is not actually stale
This issue is still a problem for arm64 users running the Azure Build Pipelines client
On Feb 10, 2024, at 11:02 AM, github-actions[bot] @.***> wrote:
This issue has had no activity in 180 days. Please comment if it is not actually stale
— Reply to this email directly, view it on GitHub https://github.com/microsoft/azure-pipelines-agent/issues/4304#issuecomment-1937063552, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU3TODHT73ER6SMLNJWYAJDYS6R25AVCNFSM6AAAAAAYXHIKQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGA3DGNJVGI. You are receiving this because you were mentioned.
This issue has had no activity in 180 days. Please comment if it is not actually stale
Please fix this problem
@bpeltonc could you please specify (our provide sample block of YAML schema) - how you are building the project? is it some task or just bash script?
@kirill-ivlev Here are the relevant steps that lead up to and produce the failure
steps:
- script: git reset --hard
displayName: 'Git reset'
- script: yarn install
displayName: 'Install Dependencies'
- script: gem install bundler
displayName: 'Install bundler'
- script: bundle install
displayName: 'Install gems'
What happened?
I have a React Native project that uses Fastlane to handle CI/CD. I have two Mac machines with arm64 chips that I use to run my pipelines using the azure-pipelines-agent. In order to install Fastlane and the required gems for the build process, I run
bundle install
. When I do this from my repos locally, the command succeeds and all required gems are installed, but when I run that command from within my .yaml file, I get the following error:Is there some reason the agent is trying to build for macOS-x86_64, when I downloaded and am using the arm64 agent on an arm64 machine?
Any help would be appreciated as this is completely preventing me from running my pipelines.
Versions
Occurring with both agent versions 2.170.1 and 3.220.2 macOS versions 13.4 and 13.1
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
Azure DevOps Server (Please specify exact version in the textbox below)
Azure DevOps Server Version (if applicable)
No response
Operation system
No response
Version controll system
No response
Relevant log output