Changeset 4f78ef in git


Ignore:
Timestamp:
Feb 1, 2022, 10:33:07 AM (16 months ago)
Author:
Hans Schoenemann <hannes@…>
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
Message:
Merge pull request #1128 from mkoeppe/offsetof_needs_cstddef

Offsetof needs cstddef in GCC 12
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci-sage.yml

    r727b55 r4f78ef  
    5858  SAGE_REPO:   sagemath/sage
    5959  SAGE_REF:    develop
    60   # Temporarily test with the branch from a sage ticket with build script fixes
     60  # Temporarily test with the branch from a sage ticket which enables platforms with GCC 12
    6161  # (this is a no-op after that ticket is merged)
    6262  SAGE_TRAC_GIT: https://github.com/sagemath/sagetrac-mirror.git
    63   SAGE_TICKET: 32907
     63  SAGE_TICKET: 33187
    6464  REMOVE_PATCHES: "*"
    6565
     
    284284      max-parallel: 32
    285285      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]
    287287        tox_packages_factor: [minimal, standard]
    288288    env:
  • kernel/oswrapper/vspace.cc

    r727b55 r4f78ef  
    66#include <thread>
    77#endif
     8#include <cstddef>
    89
    910#if defined(__GNUC__) && (__GNUC__<9) &&!defined(__clang__)
Note: See TracChangeset for help on using the changeset viewer.