Skip to content

Commit

Permalink
Glean Gradle plugin: Ensure offline mode is offline for pip as well
Browse files Browse the repository at this point in the history
Previously it was in theory possible that it queries the Pypi index for
packages if it can't find anything in the cache or wheels directory.
  • Loading branch information
badboy committed Jul 20, 2022
1 parent a21499d commit bebed52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ except:
args "pip"
args "install"
args "glean_parser"
args "--no-index"
args "-f"
args pythonPackagesDir
}
Expand Down

0 comments on commit bebed52

Please sign in to comment.