Skip to content

Commit 1c424cf

Browse files
committed
Support CaDiCaL in performance tests, remove redundant script
It's ok to use the Glucose-specific hack globally in performance tests.
1 parent 203761f commit 1c424cf

File tree

2 files changed

+4
-131
lines changed

2 files changed

+4
-131
lines changed

scripts/perf-test/codebuild-glucose.yaml

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

scripts/perf-test/codebuild.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Resources:
7474
- echo ${Repository} > COMMIT_INFO
7575
- git rev-parse --short HEAD >> COMMIT_INFO
7676
- git log HEAD^..HEAD >> COMMIT_INFO
77-
- make -C src minisat2-download glucose-download
77+
- make -C src minisat2-download glucose-download cadical-download
78+
- sed -i 's/-Wno-error=misleading-indentation//' src/config.inc
7879
- make -C src -j8
7980
artifacts:
8081
files:
@@ -116,7 +117,8 @@ Resources:
116117
- echo ${Repository} > COMMIT_INFO
117118
- git rev-parse --short HEAD >> COMMIT_INFO
118119
- git log HEAD^..HEAD >> COMMIT_INFO
119-
- make -C src minisat2-download glucose-download
120+
- make -C src minisat2-download glucose-download cadical-download
121+
- sed -i 's/-Wno-error=misleading-indentation//' src/config.inc
120122
- make -C src -j8 CXXFLAGS="-O2 -pg -g -finline-limit=4" LINKFLAGS="-pg"
121123
artifacts:
122124
files:

0 commit comments

Comments
 (0)