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

Cleanup deps and remove sqlite3 system requirement #359

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

zhouzhuojie
Copy link
Collaborator

Description

  • Clean up some old buildscripts that are no longer needed
  • Clean up sqlite3 since it's not required for development, testing or deployment. gorm's sqlite3 driver is enough for golang to operate on sqlite3 files.

Motivation and Context

Fix #358

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@@ -61,10 +60,6 @@ api_docs:
@echo "Installing swagger-merger" && npm install swagger-merger -g
@swagger-merger -i $(PWD)/swagger/index.yaml -o $(PWD)/docs/api_docs/bundle.yaml

checks:
@echo "Check deps"
@(env bash $(PWD)/buildscripts/checkdeps.sh)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no need to check deps or in GOPATH, flagr is fully on go.mod and each build/run go command comes with GO111MODULE=on

@@ -1,12 +0,0 @@
#!/usr/bin/env bash
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no longer needed, migrated to github actions

@zhouzhuojie zhouzhuojie merged commit 17cefb0 into master Apr 15, 2020
@zhouzhuojie zhouzhuojie deleted the zz/fix-build-process branch April 15, 2020 00:14
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.

[bug] sqlite3 command in make file unnecessary
1 participant