Merge pull request #46152 from tensorflow/mm-cherry-pick-sqlite-bump-on-r1.15
Update SQLite to the lastest sqlite-amalgamation-3340000
This commit is contained in:
commit
da8db173bb
@ -273,12 +273,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
|||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = "org_sqlite",
|
name = "org_sqlite",
|
||||||
build_file = clean_dep("//third_party:sqlite.BUILD"),
|
build_file = clean_dep("//third_party:sqlite.BUILD"),
|
||||||
sha256 = "b34f4c0c0eefad9a7e515c030c18702e477f4ef7d8ade6142bdab8011b487ac6",
|
sha256 = "8ff0b79fd9118af7a760f1f6a98cac3e69daed325c8f9f0a581ecb62f797fd64",
|
||||||
strip_prefix = "sqlite-amalgamation-3330000",
|
strip_prefix = "sqlite-amalgamation-3340000",
|
||||||
system_build_file = clean_dep("//third_party/systemlibs:sqlite.BUILD"),
|
system_build_file = clean_dep("//third_party/systemlibs:sqlite.BUILD"),
|
||||||
urls = [
|
urls = [
|
||||||
"https://storage.googleapis.com/mirror.tensorflow.org/www.sqlite.org/2020/sqlite-amalgamation-3330000.zip",
|
"https://storage.googleapis.com/mirror.tensorflow.org/www.sqlite.org/2020/sqlite-amalgamation-3340000.zip",
|
||||||
"https://www.sqlite.org/2020/sqlite-amalgamation-3330000.zip",
|
"https://www.sqlite.org/2020/sqlite-amalgamation-3340000.zip",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user