Merge pull request #40734 from tensorflow/mm-cherry-pick-sqlite-fix-r2.3
Cherry-pick sqlite version bump
This commit is contained in:
commit
01f5259e79
@ -409,12 +409,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
tf_http_archive(
|
||||
name = "org_sqlite",
|
||||
build_file = clean_dep("//third_party:sqlite.BUILD"),
|
||||
sha256 = "f3c79bc9f4162d0b06fa9fe09ee6ccd23bb99ce310b792c5145f87fbcc30efca",
|
||||
strip_prefix = "sqlite-amalgamation-3310100",
|
||||
sha256 = "e9cec01d4519e2d49b3810615237325263fe1feaceae390ee12b4a29bd73dbe2",
|
||||
strip_prefix = "sqlite-amalgamation-3320300",
|
||||
system_build_file = clean_dep("//third_party/systemlibs:sqlite.BUILD"),
|
||||
urls = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/www.sqlite.org/2020/sqlite-amalgamation-3310100.zip",
|
||||
"https://www.sqlite.org/2020/sqlite-amalgamation-3310100.zip",
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/www.sqlite.org/2020/sqlite-amalgamation-3320300.zip",
|
||||
"https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user