justbuchanan / bazel_rules_qt

Bazel rules for Qt5
Apache License 2.0
46 stars 23 forks source link

Fix CI using ubuntu image #12

Closed limdor closed 3 years ago

limdor commented 3 years ago

The failure in the CI is because the CI uses Go 1.11 but to build bazelisk from master Go 1.12 is required bazelbuild/bazelisk#206 This ubuntu image has Go 1.12 Fixes #10

justbuchanan commented 3 years ago

I just enabled "Build forked pull requests" in circleci, so future PRs will automatically run CI. I added an empty commit to this branch to trigger it now since this PR was opened before I flipped the setting.

justbuchanan commented 3 years ago

Looks like it's working, thanks for the fix!