diff options
author | Robert Guo <robertguo@me.com> | 2020-03-12 05:11:20 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-12 09:24:33 +0000 |
commit | 96b4ca8c1ea995f073cbe39d23f0ba985b0add6e (patch) | |
tree | 78a7eb34fe48c0349b3ebcb1a574229676ab3100 /SConstruct | |
parent | cb002a42a593f80ee5062ee044667b46b93e354b (diff) | |
download | mongo-96b4ca8c1ea995f073cbe39d23f0ba985b0add6e.tar.gz |
Revert "SERVER-46786 fix dagger"
This reverts commit 64adbd359a562ec06c1ce51f63a46f09237646a8.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index cfe85a30274..43389765151 100644 --- a/SConstruct +++ b/SConstruct @@ -4501,7 +4501,7 @@ env.Alias('all', allTargets) if should_dagger: dependencyDb = env.Alias("dagger", env.Dagger('library_dependency_graph.json')) # Require everything to be built before trying to extract build dependency information - env.Requires(dependencyDb, 'all') + env.Requires(dependencyDb, allTargets) # Declare the cache prune target cachePrune = env.Command( |