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

Static compilation #99

Merged
merged 1 commit into from
May 19, 2020
Merged

Static compilation #99

merged 1 commit into from
May 19, 2020

Conversation

joakimmoller
Copy link
Contributor

Resolves #97 - VSC can build and test code.

Fixes some build/CI problems - "make lint" runs in CI in the same way as for users.

Golint version is specifically set in tools.go - i.e. go mod tidy can run without removing golint dependency.

@joakimmoller joakimmoller requested a review from a team May 19, 2020 14:30
Copy link
Contributor

@skymandr skymandr left a comment

Choose a reason for hiding this comment

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

Looks good to me and - more importantly - solves my problems. Even though @local-minimum didn't have exactly the same problems, I suggest you merge this since it's fairly critical. If his problems persist, we can reopen the issue.

@joakimmoller joakimmoller merged commit 7e976ea into master May 19, 2020
@joakimmoller joakimmoller deleted the static branch May 19, 2020 14:40
@local-minimum local-minimum added the system build process / CI / general configuratoin label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system build process / CI / general configuratoin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build warning for statically linked lib
3 participants