Skip to content

Commit

Permalink
Fix "Unsupported platform: protoc-3.11.4-osx-aarch_64.exe" (#53)
Browse files Browse the repository at this point in the history
* protoc fix

---------

Co-authored-by: Tilmann Zäschke <tilmann.zaeschke@inf.ethz.ch>
  • Loading branch information
tzaeschke and Tilmann Zäschke authored Apr 26, 2024
1 parent 4bb00ef commit 0681b89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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

0 comments on commit 0681b89

Please sign in to comment.