Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Adding gollvm to CI pipeline (sub-branch) #14

Open
advancedwebdeveloper opened this issue Oct 21, 2020 · 7 comments
Open

Adding gollvm to CI pipeline (sub-branch) #14

advancedwebdeveloper opened this issue Oct 21, 2020 · 7 comments

Comments

@advancedwebdeveloper
Copy link

Hi.

@earlgreyz advised to open a PR, out here - so I am doing that right now.

I could assist with gollvm compiler - it could compile (and pass the artifacts to the linker) in a VM, in a container.

So you can form a sub-branch, to test your project against this compiler.

@fornellas
Copy link

You're welcome to send a pull request for that :-D

@advancedwebdeveloper
Copy link
Author

@earlgreyz
Copy link
Contributor

CircleCI is used only for linter checks, so we know if the build is broken or only linting did not pass. You should modify the Travis configuration file https://github.com/facebookincubator/fbender/blob/master/.travis.yml.

@advancedwebdeveloper
Copy link
Author

There is a problem: since that's another Golang's installation distribution - it would raise a conflict with a pre-installed Go.
How could I configure a "clean" environment setup?

@earlgreyz
Copy link
Contributor

I think build matrices feature of Travis-CI may be of help (https://docs.travis-ci.com/user/build-matrix/).

@earlgreyz
Copy link
Contributor

@advancedwebdeveloper since the project has been migrated from TravisCI to Github Actions maybe it will be easier to do it now. Simply creating a new action to run.

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

No branches or pull requests

3 participants