Skip to content

Commit

Permalink
HDDS-9584. Make native build thread count configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
swamirishi committed Nov 6, 2023
1 parent 9f67f4b commit becbb0f
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions hadoop-hdds/rocks-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,12 @@

<profiles>
<profile>
<id>rocks_tools_native</id>
<id>cpu-count</id>
<activation>
<property>
<name>rocks_tools_native</name>
<name>!system.numCores</name>
</property>
</activation>
<properties>
<cmake.standards>20</cmake.standards>
<sstDump.include>true</sstDump.include>
</properties>
<build>
<plugins>
<plugin>
Expand All @@ -100,6 +96,22 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>rocks_tools_native</id>
<activation>
<property>
<name>rocks_tools_native</name>
</property>
</activation>
<properties>
<cmake.standards>20</cmake.standards>
<sstDump.include>true</sstDump.include>
</properties>
<build>
<plugins>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
Expand Down

0 comments on commit becbb0f

Please sign in to comment.