File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -371,10 +371,3 @@ task:
371
371
- g++ -Werror include/*.h
372
372
- clang -Werror -x c++-header include/*.h
373
373
- /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
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
21
21
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6-dbg:arm64 \
22
22
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross libc6-dbg:ppc64el \
23
23
gcc-mingw-w64-x86-64-win32 wine64 wine \
24
- gcc-mingw-w64-i686-win32 wine32 \
25
- sagemath
24
+ gcc-mingw-w64-i686-win32 wine32
26
25
27
26
WORKDIR /root
28
27
You can’t perform that action at this time.
0 commit comments