Skip to content

Commit 72b4adf

Browse files
committed
try using installed JSC
1 parent 39dc80a commit 72b4adf

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@ jobs:
3838
restore-keys: |
3939
${{ runner.os }}-${{ env.cache-name }}-
4040
41-
- name: Cache JSC
42-
uses: actions/cache@v2
43-
env:
44-
cache-name: cache-jsc
45-
with:
46-
path: WebKit
47-
key: ${{ runner.os }}-jsc
48-
restore-keys: |
49-
${{ runner.os }}-jsc
41+
# - name: Cache JSC
42+
# uses: actions/cache@v2
43+
# env:
44+
# cache-name: cache-jsc
45+
# with:
46+
# path: WebKit
47+
# key: ${{ runner.os }}-jsc
48+
# restore-keys: |
49+
# ${{ runner.os }}-jsc
5050

5151
- name: Build tests
5252
run: clojure -M:runtime.test.build
5353

54-
- name: Install JSC
55-
run: ./ci/install_jsc.sh
54+
# - name: Install JSC
55+
# run: ./ci/install_jsc.sh
5656

5757
- name: Run tests
5858
run: |
59-
WebKit/WebKitBuild/Release/bin/jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
59+
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Helpers/jsc WebKit/WebKitBuild/Release/bin/jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
6060
grep -qxF '0 failures, 0 errors.' test-out.txt
6161
6262
# Runtime Tests

0 commit comments

Comments
 (0)