Skip to content

Commit

Permalink
update binaries as of TON release 2024.03;
Browse files Browse the repository at this point in the history
update global config of mainnet and testnet for tests;
  • Loading branch information
neodiX committed Mar 14, 2024
1 parent 3358cba commit 81549a7
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 178 deletions.
28 changes: 4 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -409,30 +409,6 @@
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven.clean.plugin.version}</version>
<executions>
<execution>
<id>copy-smartcont-auto_to_binaries</id>
<phase>generate-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<mkdir dir="${project.build.directory}/binaries-mac-x86_64/smartcont/auto"/>
<mkdir dir="${project.build.directory}/binaries-linux-x86_64/smartcont/auto"/>

<copy todir="${project.build.directory}/binaries-mac-x86_64/smartcont/auto">
<fileset
dir="${project.build.directory}/binaries-windows-x86_64/smartcont/auto"
includes="**/*"/>
</copy>
<copy todir="${project.build.directory}/binaries-linux-x86_64/smartcont/auto">
<fileset
dir="${project.build.directory}/binaries-windows-x86_64/smartcont/auto"
includes="**/*"/>
</copy>
</target>
</configuration>
</execution>
<execution>
<id>copy-final-ton-linux-x86_64_to_resources</id>
<phase>process-resources</phase>
Expand Down Expand Up @@ -490,6 +466,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven.assembly.plugin.version}</version>
<executions>

<execution>
<id>create-final-linux-x86_64-binary-package</id>
<phase>generate-resources</phase>
Expand All @@ -504,6 +481,7 @@
</descriptors>
</configuration>
</execution>

<execution>
<id>create-final-mac-x86_64-binary-package</id>
<phase>generate-resources</phase>
Expand All @@ -518,6 +496,7 @@
</descriptors>
</configuration>
</execution>

<execution>
<id>create-final-win-x86_64-binary-package</id>
<phase>generate-resources</phase>
Expand All @@ -532,6 +511,7 @@
</descriptors>
</configuration>
</execution>

<execution>
<phase>package</phase>
<goals>
Expand Down
Loading

0 comments on commit 81549a7

Please sign in to comment.