Archiconda / build-tools

necessary build tools for the archiconda distribution
BSD 2-Clause "Simplified" License
284 stars 50 forks source link

shippable doesn't pull arm64v8/centos #5

Open hmaarrfk opened 5 years ago

hmaarrfk commented 5 years ago
shippable_retry sudo docker pull arm64v8/centos:
invalid reference format
retrying 1 of 3 times...
invalid reference format
retrying 2 of 3 times...
invalid reference format
retrying 3 of 3 times...

Then fails

See: https://app.shippable.com/github/Archiconda/cmake-feedstock/runs/6/1/console

hmaarrfk commented 5 years ago

@mariusvniekerk

junaruga commented 4 years ago

I faced this issue too.

https://app.shippable.com/github/junaruga/ruby/runs/7/1/console

shippable_retry sudo docker pull ruby:2.5-stretch:
invalid reference format
retrying 1 of 3 times...
invalid reference format
retrying 2 of 3 times...
invalid reference format
retrying 3 of 3 times...

The ruby:2.5-stretch image has "arm64/v8" architecture. https://hub.docker.com/_/ruby?tab=tags&page=1&name=2.5-stretch

""arm64/v8" architecture" is not like "drydock/aarch64_u16all:v7.2.4" "arm64" architecture. https://github.com/dry-dock/aarch64_u16all https://hub.docker.com/r/drydock/aarch64_u16all/tags I suppose this is the reason of the issue.

hmaarrfk commented 4 years ago

I see. Conda forge moved to drone and azure. So I don't think this is applicable anymore.

junaruga commented 4 years ago

Sure, actually I started using Drone CI for my project too.

junaruga commented 4 years ago

Which repository are you using Drone CI on? Can I see .drone.yml or .drone.star as a reference?

hmaarrfk commented 4 years ago

Check numpy feedstock for conda forge

junaruga commented 4 years ago

Thanks. But there is no .drone.yml or .drone.star in the repository. https://github.com/conda-forge/numpy-feedstock

hmaarrfk commented 4 years ago

Hmm, maybe try renrenderijg one of them. I'm thinking of looking at scioy as well, but there was some ipython one where we had to use it.

junaruga commented 4 years ago

Thanks. I found some .drone.yml files in conda-forge organization repositories. https://github.com/search?q=org%3Aconda-forge+arm64&type=Code