Skip to content

Commit 309d2c2

Browse files
committed
disable extra runners
1 parent e27c9f8 commit 309d2c2

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

.github/workflows/es-actions.yml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ env:
1111
RUNNER: tools/run-tests.py
1212

1313
jobs:
14-
check-tidy:
15-
runs-on: ubuntu-24.04
16-
steps:
17-
- uses: actions/checkout@v4
18-
with:
19-
submodules: true
20-
- name: Install Packages
21-
run: |
22-
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
23-
sudo add-apt-repository "deb [trusted=yes] http://apt.llvm.org/noble/ llvm-toolchain-noble-20 main"
24-
sudo apt-get update
25-
sudo apt-get install -y clang-format-20
26-
- name: Test
27-
run: tools/check_tidy.py
14+
# check-tidy:
15+
# runs-on: ubuntu-24.04
16+
# steps:
17+
# - uses: actions/checkout@v4
18+
# with:
19+
# submodules: true
20+
# - name: Install Packages
21+
# run: |
22+
# wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
23+
# sudo add-apt-repository "deb [trusted=yes] http://apt.llvm.org/noble/ llvm-toolchain-noble-20 main"
24+
# sudo apt-get update
25+
# sudo apt-get install -y clang-format-20
26+
# - name: Test
27+
# run: tools/check_tidy.py
2828

2929
build-on-macos:
3030
runs-on: macos-13
@@ -80,36 +80,36 @@ jobs:
8080
cp test/octane/*.js .
8181
./out/release/escargot run.js
8282
83-
build-test-on-android:
84-
runs-on: macos-13
85-
strategy:
86-
matrix:
87-
arch: [x86, x86_64]
88-
api: [28]
89-
steps:
90-
- uses: actions/checkout@v4
91-
with:
92-
submodules: true
93-
- name: Install Packages
94-
run: |
95-
brew update
96-
- name: Set up JDK
97-
uses: actions/[email protected]
98-
with:
99-
distribution: "zulu"
100-
java-version: 17
101-
- name: Gradle cache
102-
uses: gradle/actions/setup-gradle@v3
103-
- name: Create AVD and run tests
104-
uses: reactivecircus/android-emulator-runner@v2
105-
with:
106-
api-level: ${{ matrix.api }}
107-
arch: ${{ matrix.arch }}
108-
force-avd-creation: false
109-
emulator-options: -no-window -gpu swiftshader_indirect -camera-back none -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim
110-
disable-animations: true
111-
script: cd build/android/;./gradlew connectedDebugAndroidTest -DESCARGOT_BUILD_TLS_ACCESS_BY_PTHREAD_KEY=ON
112-
83+
# build-test-on-android:
84+
# runs-on: macos-13
85+
# strategy:
86+
# matrix:
87+
# arch: [x86, x86_64]
88+
# api: [28]
89+
# steps:
90+
# - uses: actions/checkout@v4
91+
# with:
92+
# submodules: true
93+
# - name: Install Packages
94+
# run: |
95+
# brew update
96+
# - name: Set up JDK
97+
# uses: actions/[email protected]
98+
# with:
99+
# distribution: "zulu"
100+
# java-version: 17
101+
# - name: Gradle cache
102+
# uses: gradle/actions/setup-gradle@v3
103+
# - name: Create AVD and run tests
104+
# uses: reactivecircus/android-emulator-runner@v2
105+
# with:
106+
# api-level: ${{ matrix.api }}
107+
# arch: ${{ matrix.arch }}
108+
# force-avd-creation: false
109+
# emulator-options: -no-window -gpu swiftshader_indirect -camera-back none -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim
110+
# disable-animations: true
111+
# script: cd build/android/;./gradlew connectedDebugAndroidTest -DESCARGOT_BUILD_TLS_ACCESS_BY_PTHREAD_KEY=ON
112+
#
113113
# build-by-clang:
114114
# runs-on: ubuntu-latest
115115
# steps:

0 commit comments

Comments
 (0)