You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
When trying to compile for ARM architectures I get the error below:
> Task :integration-test:generateTestProto FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':integration-test:generateTestProto'.
> Could not resolve all files for configuration ':integration-test:protobufToolsLocator_protoc'.
> Could not find protoc-3.4.0-linux-aarch_64.exe (com.google.protobuf:protoc:3.4.0).
Searched in the following locations:
https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.4.0/protoc-3.4.0-linux-aarch_64.exe
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 38s
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings
18 actionable tasks: 11 executed, 7 up-to-date
The command "./gradlew check" exited with 1.
before_cache.1
0.02s$ rm -f $HOME/.gradle/caches/*/*.lock
before_cache.2
0.02s$ rm -f $HOME/.gradle/caches/*/*/*.lock
before_cache.3
0.02s$ rm -fr $HOME/.gradle/caches/journal-1/
before_cache.4
0.16s$ rm -fr $HOME/.gradle/caches/*/gradle-kotlin-dsl*
before_cache.5
0.02s$ rm -fr $HOME/.gradle/caches/*/plugin-resolution/
before_cache.6
0.02s$ rm -fr $HOME/.gradle/caches/*/fileHashes/
cache.2
store build cache
Done. Your build exited with 1.
According to this link there is no intention to release a dependency on the protobuf compiler for ARM by the team that takes care of the maven dependency
The text was updated successfully, but these errors were encountered:
When trying to compile for ARM architectures I get the error below:
According to this link there is no intention to release a dependency on the protobuf compiler for ARM by the team that takes care of the maven dependency
The text was updated successfully, but these errors were encountered: