Skip to content

Commit 9fc8d68

Browse files
Remove commented and unused jobs
1 parent c81886b commit 9fc8d68

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/tail-call.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
target:
38-
# Un-comment as we add support for more platforms for tail-calling interpreters.
39-
# - i686-pc-windows-msvc/msvc
4038
- x86_64-pc-windows-msvc/msvc
4139
- x86_64-pc-windows-msvc/msvc-free-threading
42-
# - aarch64-pc-windows-msvc/msvc
4340
- x86_64-apple-darwin/clang
4441
- aarch64-apple-darwin/clang
4542
- x86_64-unknown-linux-gnu/gcc
@@ -48,9 +45,6 @@ jobs:
4845
llvm:
4946
- 20
5047
include:
51-
# - target: i686-pc-windows-msvc/msvc
52-
# architecture: Win32
53-
# runner: windows-2022
5448
- target: x86_64-pc-windows-msvc/msvc
5549
architecture: x64
5650
runner: windows-2025-vs2026
@@ -61,9 +55,6 @@ jobs:
6155
runner: windows-2025-vs2026
6256
build_flags: --disable-gil
6357
run_tests: false
64-
# - target: aarch64-pc-windows-msvc/msvc
65-
# architecture: ARM64
66-
# runner: windows-2022
6758
- target: x86_64-apple-darwin/clang
6859
architecture: x86_64
6960
runner: macos-15-intel
@@ -100,17 +91,6 @@ jobs:
10091
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
10192
}
10293
103-
# No tests (yet):
104-
- name: Emulated Windows Clang (release)
105-
if: runner.os == 'Windows' && matrix.architecture == 'ARM64'
106-
shell: pwsh
107-
run: |
108-
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
109-
$env:PlatformToolset = "clangcl"
110-
$env:LLVMToolsVersion = "${{ matrix.llvm }}.1.0"
111-
$env:LLVMInstallDir = "C:\Program Files\LLVM"
112-
./PCbuild/build.bat --tail-call-interp -p ${{ matrix.architecture }}
113-
11494
- name: Native macOS (release)
11595
if: runner.os == 'macOS'
11696
run: |

0 commit comments

Comments
 (0)