Why do I need to authenticate 3 different ways to use the Circle ecosystem?
Circle the product allows me to auth with bitbucket Discuss only allows github or email Support I have to use Google Can I get a single authentication mechanism to use this ecosystem please? Its...
View ArticleExecution failed for task ':app:androidDependencies' on Circle but not locally
For some reason, I can’t get the dependencies (Square’s Reader SDK in this case, and yes, I confirmed with the Square team that only aar files should be downloaded instead of jar from Maven, so it’s...
View ArticleWhy do I need to authenticate 3 different ways to use the Circle ecosystem?
Hi @davetrollope welcome to the CircleCI community! We currently use Discourse for the CircleCI Discuss forum and Zendesk for Support tickets, which requires different logins. I’ve created a feature...
View ArticleXcode 11.4 - Updated Image
We have just pushed an update to the Xcode 11.4 image which changes the following: macOS updated to 10.15.4 from 10.15.3 Python 2 has been reinstated - you can call Python 2 with python and pip, while...
View ArticleXcode 11.4 - Updated Image
Some advance warning about removing ruby 2.6.5 would have been greatly appreciated. All my iOS builds are broken now as a result.
View ArticleXcode 11.4 - Updated Image
@TheMetalCode Hey, sorry to hear that, I should have mentioned it in the original post (will update this now). Generally our builds will automatically include the most up to date minor release of each...
View ArticleError about /usr/bin/env: ‘node\r’: No such file or directory
Hi when I run a certain npm package in circleci, it print error like: /usr/bin/env: ‘node\r’: No such file or directory. But it run perfectly in my laptop. So didn’t know what happened and what should...
View ArticleEnv_var_name in Orb with local build
bhamail: type: env_var_name Ping! Any word on how to use type: env_var_name in a local build? A reply of “Definitely not possible” will save me time trying to find a solution.
View ArticleCircleCI CLI - Cannot get env vars working
I am attempting to use the -e option on the circleci cli to provide env vars, but cannot get them to work: Sample config: The following config.yml: version: 2.1 jobs: print-env: docker: - image:...
View ArticleBuilds failing when trying to install yarn
Builds have been working fine this week - last night they suddenly stopped working. Re-running previously successful builds are also failing at the same point : yml: .... machine: image:...
View ArticleSequential workflows running the same job with different parameters
The matrix stanza allows you to run a parameterized job multiple times with different arguments. This video also does a good job of walking you through how Matrix in CircleCI works. Matrix Jobs on...
View ArticleDocker builds unable to access files from restore_cache
Hi - I’m new to CircleCI and maybe i’ve missed some documentation but the issue I’m having is that when I use save_cache and then restore_cache in a later step that is also using setup_remote_docker,...
View ArticleXcode 11.4 - Updated Image
A couple things here: 1.) The documentation doesn’t really suggest using “ruby-2.6” as written right now. run: name: Set Ruby Version command: echo 'chruby ruby-2.6' >> ~/.bash_profile # Replace...
View ArticleCORS failure when browsing to pipelines in new UI
Any pipelines page is broken for me with the following message in the browser window: An error occurred on client Console error: Access to fetch at...
View ArticleXcode 11.4 - Updated Image
@TheMetalCode On the first point, yes you are right here, this should be clarified. What it means is you can swap the version out of the version you require (so ruby-2.5, ruby-2.6 or ruby-2.7). I am...
View ArticleXcode 11.4 - Updated Image
hi bytesguy, I changed image from 11.1 to 11.4 today. The firebase.tool installed successfully, but fastlane-plugin-firebase_app_distribution’s version is not found. (however it works on 11.1) //code...
View ArticleXcode 11.4 - Updated Image
@seki-ne1 Hey So as you went from 11.1 to 11.4, the base macOS version changed from Mojave to Catalina (we made this change in 11.2 and up). There is a change in the way Ruby needs to be set in...
View ArticleInstalling postgresql via Brew: "/usr/local/var/postgresql@11" does not exist
@nickvallee Homebrew normal stores things in /usr/local/opt/ - could you try this instead of /usr/local/var?
View ArticleXcode 11.4 - Updated Image
Hey @bytesguy! Is there a timeline for adding Xcode 11.4.1 support? Xcode 11.4 has a critical bug that prevents us from building our project, so we’re stuck on 11.3.1 until CircleCI has support for...
View Article