Skip to content

Commit 8408dfd

Browse files
committed
Revert "ci: Run sage prover on CI"
This reverts commit d8d5485.
1 parent c8d9914 commit 8408dfd

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.cirrus.yml

-7
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,3 @@ task:
371371
- g++ -Werror include/*.h
372372
- clang -Werror -x c++-header include/*.h
373373
- /opt/msvc/bin/x64/cl.exe -c -WX -TP include/*.h
374-
375-
task:
376-
name: "sage prover"
377-
<< : *LINUX_CONTAINER
378-
test_script:
379-
- cd sage
380-
- sage prove_group_implementations.sage

ci/linux-debian.Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
2121
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6-dbg:arm64 \
2222
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross libc6-dbg:ppc64el \
2323
gcc-mingw-w64-x86-64-win32 wine64 wine \
24-
gcc-mingw-w64-i686-win32 wine32 \
25-
sagemath
24+
gcc-mingw-w64-i686-win32 wine32
2625

2726
WORKDIR /root
2827

0 commit comments

Comments
 (0)