File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ jobs:
6969 run : uv run every-python run v3.13.0 -- --version
7070
7171 - name : Test build with JIT
72- # Use commit that I know has JIT support with LLVM 20
73- run : uv run every-python install 42d014086098d3d70cacb4d8993f04cace120c12 --jit --verbose
72+ # Use commit that I know has JIT support with LLVM 21
73+ run : uv run every-python install aeb34035633b24afb27d3888fdd12abdf2bdc339 --jit --verbose
7474
7575 - name : Verify JIT build works
76- # Use commit that I know has JIT support with LLVM 20
77- run : uv run every-python run 42d014086098d3d70cacb4d8993f04cace120c12 --jit -- --version
78-
76+ # Use commit that I know has JIT support with LLVM 21
77+ run : uv run every-python run aeb34035633b24afb27d3888fdd12abdf2bdc339 --jit -- --version
78+
7979 - name : Verify consecutive builds work
8080 # Use two versions that can only be built if repo cleanup between works
8181 run : uv run every-python install v3.14.0 && uv run every-python install v3.13.0
You can’t perform that action at this time.
0 commit comments