Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[install][fix][ApolloAuto#14374][ApolloAuto#14387] Fix zlib downloadi…
…ng error [Synopsis] The new version of `zlib` - zlib-1.2.12 is released (https://zlib.net/zlib-1.2.12.tar.gz), the previous version of `zlib` became unavailable (https://zlib.net/zlib-1.2.11.tar.gz) [Solution] Get the previous `zlib` version from `zlib/archive` [IMP] It would definitely be better to cherry-pick the fix (ApolloAuto#14387) from the vanilla Apollo [Error log] `./apollo.sh build` ``` ... (10:53:17) ERROR: /apollo/modules/localization/msf/local_pyramid_map/base_map/BUILD:22:11: //modules/localization/msf/local_pyramid_map/base_map:base_map_matrix depends on @zlib//:zlib in repository @zlib which failed to fetch. no such package '@zlib//': java.io.IOException: Error downloading [https://zlib.net/zlib-1.2.11.tar.gz] to /apollo/.cache/bazel/540135163923dd7d5820f3ee4b306b32/external/zlib/temp165233950568194062/zlib-1.2.11.tar.gz: GET returned 404 Not Found (10:53:17) ERROR: Analysis of target '//modules/localization/msf/local_pyramid_map/base_map:base_map_matrix' failed; build aborted: Analysis failed (10:53:17) INFO: Elapsed time: 20.380s (10:53:17) INFO: 0 processes. (10:53:17) FAILED: Build did NOT complete successfully (672 packages loaded, 1\ 1323 targets configured) ```
- Loading branch information