From ea57da1b6f648d790a848ec711f65f7d0407d996 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Tue, 17 Aug 2021 17:03:45 -0400 Subject: [PATCH] Project: Update deps in WORKSPACE to be reproducible. This removes a lot of warnings when starting in a clean workspace --- WORKSPACE | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index cdbaeceb8..6955e686e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -22,7 +22,8 @@ apple_support_dependencies() git_repository( name = "MOLAuthenticatingURLSession", remote = "https://github.com/google/macops-molauthenticatingurlsession.git", - tag = "v3.0", + commit = "7ef7af5c732eb8b9375af29a65262be5d97ad391", # tag = v3.0 + shallow_since = "1620062009 -0400", ) git_repository( @@ -40,7 +41,8 @@ git_repository( git_repository( name = "MOLXPCConnection", remote = "https://github.com/google/macops-molxpcconnection.git", - tag = "v2.1", + commit = "2c67c925c2b57fea9af551295d2b6711b38bb224", # tag = v2.1 + shallow_since = "1564684202 -0400", ) # FMDB @@ -48,7 +50,8 @@ git_repository( new_git_repository( name = "FMDB", remote = "https://github.com/ccgus/fmdb.git", - tag = "2.7.7", + commit = "61e51fde7f7aab6554f30ab061cc588b28a97d04", # tag = 2.7.7 + shallow_since = "1589301502 -0700", build_file_content = """ objc_library( name = "FMDB", @@ -66,7 +69,8 @@ objc_library( new_git_repository( name = "OCMock", remote = "https://github.com/erikdoe/ocmock", - tag = "v3.8.1", + commit = "4a49ebb985bc16fae9489771aa35482ccbea14a3", # tag = v3.8.1 + shallow_since = "1609349457 +0100", build_file_content = """ objc_library( name = "OCMock",