We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abde0eb commit 305d0d2Copy full SHA for 305d0d2
features/org.eclipse.equinox.executable.feature/pom.xml
@@ -91,20 +91,6 @@
91
</execution>
92
</executions>
93
</plugin>
94
- <!-- Temporary work-around until gtk.linux.riscv64 environment is enabled in general. -->
95
- <plugin>
96
- <groupId>org.eclipse.tycho</groupId>
97
- <artifactId>target-platform-configuration</artifactId>
98
- <configuration>
99
- <environments combine.children="append">
100
- <environment>
101
- <os>linux</os>
102
- <ws>gtk</ws>
103
- <arch>riscv64</arch>
104
- </environment>
105
- </environments>
106
- </configuration>
107
- </plugin>
108
</plugins>
109
</build>
110
0 commit comments