Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add llvm-toolchain-trusty-7 #392

Merged
merged 1 commit into from
Oct 5, 2018
Merged

Conversation

sylvestre
Copy link
Contributor

No description provided.

@prince-chrismc
Copy link

Using this config manually I was able to build my project

Copy link

@akimd akimd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just what we need!

@akimd
Copy link

akimd commented Oct 2, 2018

@meatballhat What can we do to help?

@rhalbersma
Copy link

Please merge asap!

@akimd
Copy link

akimd commented Oct 5, 2018

I don't understand why it should take so long :(

Is everything ok at Travis? Should we worry?

@sylvestre
Copy link
Contributor Author

@BanzaiMan could you please merge that? Thanks

@paulocoutinhox
Copy link

@BanzaiMan could you please merge that? Thanks

@BanzaiMan BanzaiMan self-assigned this Oct 5, 2018
@BanzaiMan BanzaiMan merged commit 29ee8fa into travis-ci:master Oct 5, 2018
@paulocoutinhox
Copy link

I got error:


Setting APT mirror in /etc/apt/sources.list: http://archive.ubuntu.com/ubuntu/
Adding APT Sources
1.67s$ sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
gpg: keyring `/tmp/tmpls17f9tj/secring.gpg' created
gpg: keyring `/tmp/tmpls17f9tj/pubring.gpg' created
gpg: requesting key BA9EF27F from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpls17f9tj/trustdb.gpg: trustdb created
gpg: key BA9EF27F: public key "Launchpad Toolchain builds" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
0.07s$ curl -sSL "https://build.travis-ci.org/files/gpg/llvm-toolchain-trusty-7.asc" | sudo -E apt-key add -
gpg: no valid OpenPGP data found.
The command "curl -sSL "https://build.travis-ci.org/files/gpg/llvm-toolchain-trusty-7.asc" | sudo -E apt-key add -" failed and exited with 2 during .
Your build has been stopped.

@paulocoutinhox
Copy link

@prince-chrismc
Copy link

prince-chrismc commented Oct 6, 2018

seems like everything is working on my end =)

image

I was able to remove the key_url and source line too, my build still passes

here's my config for those who want to use clang 7.0 on Linux in travis-ci hopefully google lands you here =)

- os: linux
      addons:
        apt:
          sources:
          - ubuntu-toolchain-r-test
          - llvm-toolchain-trusty-7
          packages:
          - clang-7
          - libstdc++-7-dev
      env:
      - MATRIX_EVAL="CC=clang-7 && CXX=clang++-7"

@paulocoutinhox
Copy link

Working when i added:

packages:
  - libstdc++-7-dev

But failling for gcc 6/7/8 because dont support constexpr. But is another problem.
https://travis-ci.org/ezored/dependency-logger/jobs/437916450

Thanks.

akimd added a commit to akimd/bison that referenced this pull request Oct 6, 2018
akimd added a commit to akimd/bison that referenced this pull request Oct 6, 2018
@juliangaal
Copy link

c++ is such a pain with travis. Thanks for this

@psi29a
Copy link

psi29a commented Nov 8, 2018

Still getting:

Adding APT Sources
Disallowing sources: llvm-toolchain-trusty-7.0
To add unlisted APT sources, follow instructions in https://docs.travis-ci.com/user/installing-dependencies#Installing-Packages-with-the-APT-Addon

https://travis-ci.org/OpenMW/openmw/jobs/452334682

@hartwork
Copy link

hartwork commented Nov 8, 2018

@psi29a , the .0 is the problem, try llvm-toolchain-trusty-7 without .0 as seen here: https://github.com/uriparser/uriparser/blob/master/.travis.yml#L11

@psi29a
Copy link

psi29a commented Nov 8, 2018

@hartwork thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants