android-test icon indicating copy to clipboard operation
android-test copied to clipboard

Check if rule is already existing before downloading it and update zlib

Open TimoPtr opened this issue 3 years ago • 0 comments

Overview

In order to fully control the library used with a WORKSPACE, we need to make sure if there is already a rule loaded.

I found this the hard way since https://zlib.net/zlib-1.2.11.tar.gz return a 404.

Proposed Changes

Add a check on each rule and update zlib

TimoPtr avatar Apr 05 '22 16:04 TimoPtr