Changeset 4f78ef in git
- Timestamp:
- Feb 1, 2022, 10:33:07 AM (16 months ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '23b0a9c07070b684aa12355009488dc00d9501e3')
- Children:
- a6ae59204fea5adeb820cb3048d2cb60915467d7f36a724eb71f51628a3de2f2f2b61a0d3728fb37
- Parents:
- 727b55eae250c57d867c9d718ae86d469c47a6fdb7fca48aa30c5fb3cf3d1fb74668e5b8a2d813ee
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-02-01 10:33:07+01:00
- git-committer:
- GitHub <noreply@github.com>2022-02-01 10:33:07+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/ci-sage.yml
r727b55 r4f78ef 58 58 SAGE_REPO: sagemath/sage 59 59 SAGE_REF: develop 60 # Temporarily test with the branch from a sage ticket w ith build script fixes60 # Temporarily test with the branch from a sage ticket which enables platforms with GCC 12 61 61 # (this is a no-op after that ticket is merged) 62 62 SAGE_TRAC_GIT: https://github.com/sagemath/sagetrac-mirror.git 63 SAGE_TICKET: 3 290763 SAGE_TICKET: 33187 64 64 REMOVE_PATCHES: "*" 65 65 … … 284 284 max-parallel: 32 285 285 matrix: 286 tox_system_factor: [ubuntu-trusty, ubuntu-xenial, ubuntu-bionic, ubuntu-focal, ubuntu- groovy, ubuntu-hirsute, ubuntu-impish, debian-jessie, debian-stretch, debian-buster, debian-bullseye, debian-sid, linuxmint-17, linuxmint-18, linuxmint-19, linuxmint-19.3, linuxmint-20.1, fedora-26, fedora-27, fedora-28, fedora-29, fedora-30, fedora-31, fedora-32, fedora-33, fedora-34, fedora-35, centos-7, centos-8, gentoo, archlinux-latest, slackware-14.2, conda-forge, ubuntu-bionic-i386, ubuntu-focal-i386, debian-buster-i386, centos-7-i386, raspbian-buster-armhf]286 tox_system_factor: [ubuntu-trusty, ubuntu-xenial, ubuntu-bionic, ubuntu-focal, ubuntu-hirsute, ubuntu-impish, ubuntu-jammy, debian-stretch, debian-buster, debian-bullseye, debian-bookworm, debian-sid, linuxmint-17, linuxmint-18, linuxmint-19, linuxmint-19.3, linuxmint-20.1, linuxmint-20.2, linuxmint-20.3, fedora-26, fedora-27, fedora-28, fedora-29, fedora-30, fedora-31, fedora-32, fedora-33, fedora-34, fedora-35, fedora-36, centos-7, centos-8, gentoo, archlinux-latest, opensuse-15, opensuse-15.3, opensuse-tumbleweed, slackware-14.2, conda-forge, ubuntu-bionic-i386, manylinux-2_24-i686, debian-buster-i386, centos-7-i386, raspbian-buster-armhf] 287 287 tox_packages_factor: [minimal, standard] 288 288 env: -
kernel/oswrapper/vspace.cc
r727b55 r4f78ef 6 6 #include <thread> 7 7 #endif 8 #include <cstddef> 8 9 9 10 #if defined(__GNUC__) && (__GNUC__<9) &&!defined(__clang__)
Note: See TracChangeset
for help on using the changeset viewer.