Skip to content

Commit c8e1620

Browse files
author
Dennis Labordus
committed
Merge branch 'update-action-timeout' of github.com:com-pas/compas-scl-validator into update-action-timeout
2 parents 11aea7e + 64267b5 commit c8e1620

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

DEVELOPMENT.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ SPDX-License-Identifier: Apache-2.0
66

77
# Development for CoMPAS SCL Validator
88

9+
10+
---
11+
**Note**
12+
Mac M1 chip users, see [below](#mac-m1)
13+
14+
---
15+
16+
917
Since version 1.2.x the JAR Files of RiseClipse are distributed through Maven Central Repository. The JAR Files can be
1018
retrieved from there and don't need to be build locally anymore. Only the OCL Files for the SCL validation still need to
1119
be downloaded from RiseClipse GIT Repository. This is still done using Git Submodules.
@@ -159,3 +167,14 @@ with JVM executable using:
159167
```shell script
160168
./mvnw package -Pjvm-image
161169
```
170+
171+
## Mac M1
172+
173+
The Mac M1 chip is ARM based. In order to make this project work, you need to install the x86 version of your IDE.
174+
You also need Rosetta2 to virtualize your os. In the x86 version of your IDE, you also need to install the x86 Java version.
175+
You can use SDK-Man to easily switch between java versions.
176+
177+
While calling maven scripts, you need to add the os.arch flag.
178+
```shell script
179+
./mvnw clean compile -Dos.arch=x86_64
180+
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0
2626
<compas.scl.xsd.version>0.0.4</compas.scl.xsd.version>
2727
<compas.core.version>0.9.1</compas.core.version>
2828

29-
<quarkus.platform.version>2.10.2.Final</quarkus.platform.version>
29+
<quarkus.platform.version>2.10.3.Final</quarkus.platform.version>
3030
<slf4j.version>1.7.36</slf4j.version>
3131
<openpojo.version>0.9.1</openpojo.version>
3232
</properties>

0 commit comments

Comments
 (0)