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

build: remove sqlite from release configurations #5562

Merged
merged 1 commit into from Jul 21, 2023

Conversation

cce
Copy link
Contributor

@cce cce commented Jul 12, 2023

Summary

I was just talking with @onetechnical about how our build containers install sqlite3 unnecessarily, since the go-sqlite3 package contains its own version-tracked distribution of sqlite's source code. The only reason we add it to scripts like configure_dev.sh is for usage in the CLI for development and debugging, but it is not a release or build-time dependency, so I am removing it in this PR.

Test Plan

Existing tests and builds should succeed as before.

@cce cce requested review from onetechnical and winder July 12, 2023 18:31
@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Merging #5562 (46e81ed) into master (fa0b354) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5562      +/-   ##
==========================================
- Coverage   55.88%   55.84%   -0.04%     
==========================================
  Files         446      446              
  Lines       63275    63275              
==========================================
- Hits        35360    35336      -24     
- Misses      25555    25570      +15     
- Partials     2360     2369       +9     

see 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jannotti jannotti merged commit fbfbea1 into algorand:master Jul 21, 2023
17 of 18 checks passed
@cce cce deleted the no-sqlite-build branch July 21, 2023 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants