Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-03Cygwin: CI: drop IRC notification from AppVeyor via notificoJon Turney
Drop IRC status notification from AppVeyor via notifico, as we no longer run tests there.
2023-02-14Cygwin: dumper: also link with libzstd, as libbfd may require itJon Turney
Also allow that linkage to be dynamic, as libzstd-devel doesn't currently provide a static library.
2022-05-16Cygwin: CI: Drop i686 buildsJon Turney
i686 builds just fail with 'Invalid target processor "i686"' since commit fcb32b7.
2021-12-30Cygwin: Update CI configuration for python version changeJon Turney
Update the python version for python-lxml and python-ply packages. 'dblate' now depends on python39, so that will be installed and made the default by alternatives, so make sure that these python packages are also available for that python version.
2021-11-16Cygwin: Drop 'make check' from AppVeyorJon Turney
Appveyor has quite restrictive concurrent job limits for free projects, so reduce the job's runtime by dropping 'make check' to avoid blocking (since we're now also running that in a GitHub action).
2021-05-10Cygwin: Use parallel make on AppVeyorJon Turney
We're bumping up against the 1hr free job duration limit on AppVeyor, so use 'make -j$(nproc)' to allow things to build slightly faster. Restructure the way build_script: is written in YAML, so it's slightly less repetitive and easier to add that. Also skip 'make check' on x86, since it currently just hangs. :(
2021-04-30Cygwin: CI configuration updateJon Turney
Install autoconf and automake, and run winsup/autogen.sh, and don't have it silently ignore failures. On AppVeyor: - use latest VM image, to reduce time spent installing updates. - run the testsuite, but ignore the result, as some tests don't work correctly. - hardcode the python-lxml and python-ply packages to install, so we get ones for the right python. - install texlive collections now needed to build documentation. On github: - Use a copr for cocom, since RPMSphere's package updates don't track fedora:latest very efficently.
2020-08-29Cygwin: Add .appveyor.ymlJon Turney
This is a slightly more polished version of the configuration being used for CI builds at https://ci.appveyor.com/project/cygwin/cygwin, which is not currently under version control.