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 Aug 10, 2022
1 parent d8492d8 commit e29ca21
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 e29ca21

Please sign in to comment.