Skip to content

Commit

Permalink
fix: added ubuntu toolchain gile
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi committed Dec 19, 2024
1 parent 47b3ae3 commit eff9b6e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions build-tools/src/main/toolchains/ubuntu.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF8"?>
<!--
Copyright (c) 2022 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
Eurotech - initial API and implementation
-->
<toolchains>
<!-- JDK toolchains -->
<toolchain>
<type>jdk</type>
<provides>
<version>8</version>
</provides>
<configuration>
<jdkHome>/usr/lib/jvm/java-8-openjdk-arm64</jdkHome>
</configuration>
</toolchain>

<toolchain>
<type>jdk</type>
<provides>
<version>11</version>
</provides>
<configuration>
<jdkHome>/usr/lib/jvm/java-11-openjdk-arm64</jdkHome>
</configuration>
</toolchain>
</toolchains>

0 comments on commit eff9b6e

Please sign in to comment.