question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change travis.yml from linux-ppc64le to separte os and arch tags for travsi-ci.com

See original GitHub issue

Issue: travis-ci.com needs different os/arch defines in the travis.yml

https://blog.travis-ci.com/2019-11-12-multi-cpu-architecture-ibm-power-ibm-z

We currently use the method below, which is now marked legacy:

os: linux-ppc64le

For the new style, we need to use:

os: linux
arch: ppc64le

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
mariusvniekerkcommented, Nov 27, 2019

I’ve dug into the images, and found the cause for the issue. Will make the changes soonish after landing the new image builds

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build Environment Overview - Travis CI Docs
This guide provides an overview on the different environments in which Travis CI can run your builds, and why you might want to...
Read more >
Building on Multiple CPU Architectures - Travis CI Docs
The two arm64 tags are used right now to distinguish between OSS-support only ( arch: arm64 ) and available both for OSS &...
Read more >
Customizing the Build - Travis CI Docs
Builds on Travis CI are configured mostly through the build configuration ... in the Settings tab of each repository, and you can enable...
Read more >
Migrating repositories to travis-ci.com
Does the migration require any changes in our .travis.yml ? ... one can use arch: ppc64le tag on travis-ci.com, which will run your...
Read more >
Build your open source projects on IBM Power and IBM Z CPU ...
As a first step, modify your .travis.yml file by adding the arch key: os: linux arch: ppc64le. Alternatively, you can use a legacy...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found