File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
dev-support/docker/pkg-resolver
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4040
4141if [ " $version_to_install " == " 1.2.0-4" ]; then
4242 mkdir -p /tmp/yasm &&
43- curl -L -s -S https://download-ib01 .fedoraproject.org/pub/epel/7/x86_64/Packages/y/yasm-1.2.0-4.el7.x86_64.rpm \
43+ curl -L -s -S https://archives .fedoraproject.org/pub/archive /epel/7/x86_64/Packages/y/yasm-1.2.0-4.el7.x86_64.rpm \
4444 -o /tmp/yasm-1.2.0-4.el7.x86_64.rpm &&
4545 rpm -Uvh /tmp/yasm-1.2.0-4.el7.x86_64.rpm
4646else
Original file line number Diff line number Diff line change 2727
2828 <properties >
2929 <grpc .version>1.69.0</grpc .version>
30+ <!-- Last version that works with Centos 7 -->
31+ <grpc .plugin.version>1.65.0</grpc .plugin.version>
3032 <animal-sniffer .version>1.24</animal-sniffer .version>
3133 </properties >
3234
209211 <configuration >
210212 <protocArtifact >com.google.protobuf:protoc:${hadoop.protobuf.version} :exe:${os.detected.classifier} </protocArtifact >
211213 <pluginId >grpc-java</pluginId >
212- <pluginArtifact >io.grpc:protoc-gen-grpc-java:${grpc.version} :exe:${os.detected.classifier} </pluginArtifact >
214+ <pluginArtifact >io.grpc:protoc-gen-grpc-java:${grpc.plugin. version} :exe:${os.detected.classifier} </pluginArtifact >
213215 </configuration >
214216 <executions >
215217 <execution >
You can’t perform that action at this time.
0 commit comments