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 gcc, gfortran and clang on Windows and Ubuntu images #369

Merged
merged 7 commits into from Feb 10, 2020
Merged

Add gcc, gfortran and clang on Windows and Ubuntu images #369

merged 7 commits into from Feb 10, 2020

Conversation

ivan-nosar
Copy link
Contributor

This PR adds a bunch of software tools on VM images:

  • gcc
    • Ubuntu: gcc-7 was installed on image previously. gcc-8 and gcc-9 added.
    • Windows: gcc-8 was installed on image previously in scope of MinGW tool. No new version added.
  • gfortran
    • Ubuntu: gfortran-8 and gfortran-9 added
    • Windows: gfortran-8 was installed on image previously in scope of MinGW tool. No new version added.
  • Clang
    • Ubuntu: clang-6 was installed on image previously. clang-8 and clang-9 was added (along with llvm-8 and llvm-9)
    • Windows: clang-9 was added along with llvm-9

images/linux/scripts/installers/clang.sh Outdated Show resolved Hide resolved
@alepauly alepauly merged commit 9d85157 into actions:master Feb 10, 2020
@q4a
Copy link

q4a commented May 2, 2020

Why did you remove clang-9 and llvm-9 from Windows?
I'm talking about this commit:
9c06dae

@EwoutH
Copy link
Contributor

EwoutH commented May 14, 2020

@ivan-nosar Could you add GCC 10 to the Ubuntu 18.04 image? It's now available on Debian testing so it can be installed with apt.

@maxim-lobanov
Copy link
Contributor

@EwoutH , feel free to create the issue for that.

@autodidaddict
Copy link

Why did you remove clang-9 and llvm-9 from Windows?
I'm talking about this commit:
9c06dae

Came here to find out the same thing. I've got a windows build failing because clang is missing.

@advancedwebdeveloper
Copy link

Is it possible to provide https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0 ?
Clang 11, lld and libc++ of the latest stable version, I mean.

@miketimofeev
Copy link
Contributor

@advancedwebdeveloper could you please create an issue with this request?

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