We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e68305 commit 7aa89dcCopy full SHA for 7aa89dc
.gitlab-ci.yml
@@ -23,6 +23,7 @@ build:aarch64-test-and-rebench:
23
24
script:
25
- export PATH=/opt/local/bin:/opt/local/sbin:/Users/gitlab-runner/Library/Python/3.12/bin:${PATH}:${PYPY_BIN_DIR}
26
+ - (cd Examples/Benchmarks/TestSuite && ./duplicate-tests.sh)
27
28
# BC JIT Compiled Version
29
- SOM_INTERP=BC $RPYTHON --batch -Ojit src/main_rpython.py
@@ -44,7 +45,6 @@ build:aarch64-test-and-rebench:
44
45
- ./som-ast-interp -cp Smalltalk TestSuite/TestHarness.som
46
- ./som-ast-interp -cp Smalltalk:TestSuite Examples/Benchmarks/TestSuite/TestTestSuite.som
47
- - (cd Examples/Benchmarks/TestSuite && ./duplicate-tests.sh)
48
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c rebench.conf
49
50
build-and-test-interpreters:
0 commit comments