Skip to content

Commit 5c77847

Browse files
committed
Merge branch 'major/P3.0' into dev_p3.0/param_testcases
2 parents ef898a0 + 28833bf commit 5c77847

File tree

557 files changed

+956
-54534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+956
-54534
lines changed

.github/workflows/macosci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
with:
1717
java-version: 11
1818
- name: Cache Maven packages
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: ~/.m2
2222
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2323
restore-keys: ${{ runner.os }}-m2
24-
- name: Build Java P runtime
25-
run: mvn clean package -f Src/PRuntimes/PJavaRuntime
2624
- name: Build
2725
run: dotnet build --configuration Release
2826
- name: Test

.github/workflows/ubuntuci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
with:
1717
java-version: 11
1818
- name: Cache Maven packages
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: ~/.m2
2222
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2323
restore-keys: ${{ runner.os }}-m2
24-
- name: Build Java P runtime
25-
run: mvn clean package -f Src/PRuntimes/PJavaRuntime
2624
- name: Build
2725
run: dotnet build --configuration Release
2826
- name: Test

Bld/Deps/abc/abc-1.0.2-javadoc.jar

-2.3 KB
Binary file not shown.

Bld/Deps/abc/abc-1.0.2-sources.jar

-6.01 MB
Binary file not shown.

Bld/Deps/abc/abc-1.0.2.jar

-4.43 KB
Binary file not shown.

Bld/Deps/abc/abc-1.0.2.pom

Lines changed: 0 additions & 171 deletions
This file was deleted.
-48.8 KB
Binary file not shown.
-48.8 KB
Binary file not shown.

Bld/Deps/cvc5/cvc5-0.0.7-v5.jar

-48.8 KB
Binary file not shown.

Bld/Deps/cvc5/cvc5-0.0.7-v5.pom

Lines changed: 0 additions & 29 deletions
This file was deleted.
-49.9 KB
Binary file not shown.
-49.9 KB
Binary file not shown.

Bld/Deps/monosat/monosat-1.6.0-v5.jar

-49.9 KB
Binary file not shown.

Bld/Deps/monosat/monosat-1.6.0-v5.pom

Lines changed: 0 additions & 29 deletions
This file was deleted.
-256 KB
Binary file not shown.
-256 KB
Binary file not shown.

Bld/Deps/pjbdd/pjbdd-1.0.10-10-v5.jar

-256 KB
Binary file not shown.

Bld/Deps/pjbdd/pjbdd-1.0.10-10-v5.pom

Lines changed: 0 additions & 29 deletions
This file was deleted.
-42.8 KB
Binary file not shown.
-42.8 KB
Binary file not shown.

Bld/Deps/yices/yices-1.0-v5.jar

-42.8 KB
Binary file not shown.

Bld/Deps/yices/yices-1.0-v5.pom

Lines changed: 0 additions & 29 deletions
This file was deleted.

Bld/Deps/z3/z3-4.8.14-v5-javadoc.jar

-175 KB
Binary file not shown.

Bld/Deps/z3/z3-4.8.14-v5-sources.jar

-175 KB
Binary file not shown.

Bld/Deps/z3/z3-4.8.14-v5.jar

-175 KB
Binary file not shown.

Bld/Deps/z3/z3-4.8.14-v5.pom

Lines changed: 0 additions & 29 deletions
This file was deleted.

Bld/build-c-runtime.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

Bld/build.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pushd ..
44
Write-Host "Initializing submodules .." -ForegroundColor DarkGreen -BackgroundColor White
55
git submodule update --init --recursive
66

7-
mvn clean compile -f ./Src/PRuntimes/PJavaRuntime/pom.xml
8-
97
# Run the build! :D
108
dotnet build -c Release
119

0 commit comments

Comments
 (0)