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

Temporary: fix builds on dependent projects #949

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Sep 15, 2020

Golang projects that uses the CLI as-a-library will fail to build because the replace directive in go.mod is valid only for the local project. This should fix the build of arduino-builder until GeertJohan/go.rice#159 is merged.

Once the upstream patch is merged this commit could be reverted and the fork removed.

Golang projects that uses the CLI as-a-library will fail to build
because the "replace" directive is valid only for the local project.
This should fix the build until GeertJohan/go.rice#159
is merged.

Once the upstrea patch is merged this commit could be reverted and the
fork removed.
@cmaglie cmaglie merged commit 47aafe3 into arduino:master Sep 15, 2020
Copy link
Collaborator

@matthijskooijman matthijskooijman left a comment

Choose a reason for hiding this comment

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

I looked quickly, seems ok. Didn't test yet.

@cmaglie cmaglie deleted the fixing-rice.go-dep branch September 15, 2020 17:30
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

3 participants