-
Notifications
You must be signed in to change notification settings - Fork 16
Adding gollvm to CI pipeline (sub-branch) #14
Comments
You're welcome to send a pull request for that :-D |
Threw a modification of https://github.com/facebookincubator/fbender/blob/master/.circleci/config.yml ? |
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. |
There is a problem: since that's another Golang's installation distribution - it would raise a conflict with a pre-installed Go. |
I think build matrices feature of Travis-CI may be of help (https://docs.travis-ci.com/user/build-matrix/). |
@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. |
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.
The text was updated successfully, but these errors were encountered: