-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle script does not run on M1 chipsets #199
Comments
hey @stym06 , i have raised a pr for this #200 , can you pull the branch fix-protoc-arm64 and rerun the build to test if its working? |
Still fails with another dependency issue:
|
Can we have a profile for aarm64 arch builds? I think hotfixes might break in future. |
@stym06 feel free to raise a pr to fix this issue. Let us know if any help is needed. Since we cannot test this on our system, it might be difficult to fix this ourselves, since we do not know which all dependencies can fail for M1 chipsets. |
Description
Mentioned version of
protoc
does not have aarch64 files, that fails the gradle buildTo Reproduce
./gradlew clean dagger-common:generateTestProto
Expected behavior
Proto file generation
Behavior
Additional context
The text was updated successfully, but these errors were encountered: