Skip to content
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

Fix "Unsupported platform: protoc-3.11.4-osx-aarch_64.exe" #53

Merged
merged 3 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 8
java-version: 11
distribution: 'temurin'
- name: Enable 127.0.0.x addresses
run: |
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Some cleanup related to hists file parser. [#42](https://github.com/netsec-ethz/scion-java-client/pull/42)
- Added proper error when ports 30255 or 31000 are in use when running tests
[#50](https://github.com/netsec-ethz/scion-java-client/pull/50)
- Fix `Unsupported platform: protoc-3.11.4-osx-aarch_64.exe.`
[#53](https://github.com/netsec-ethz/scion-java-client/pull/53)

### Removed
- Removed all code related to DatagramSockets
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
</goals>
<configuration>
<optimizeCodegen>false</optimizeCodegen>
<!-- <protocVersion>3.23.0</protocVersion>-->
<protocVersion>3.24.0</protocVersion>
<includeStdTypes>true</includeStdTypes>
<!-- </configuration>-->
<!-- <configuration>-->
Expand Down