Skip to content

[ci] get clang-15 from bookworm repository (fixes #5688)#5689

Merged
jameslamb merged 11 commits intomasterfrom
ci/fix-r-debian
Jan 31, 2023
Merged

[ci] get clang-15 from bookworm repository (fixes #5688)#5689
jameslamb merged 11 commits intomasterfrom
ci/fix-r-debian

Conversation

@jameslamb
Copy link
Collaborator

Fixes #5688.

The rhub/debian-* container images are built from debian:testing (code link).

Seems like a few days ago, that image switched to Debian bookworm (the major release that follows bullseye).

docker run \
    --rm \
    debian:testing \
    /bin/bash -c "apt-get update -y && apt-get install -y lsb-release && lsb_release -a"
Distributor ID:	Debian
Description:	Debian GNU/Linux bookworm/sid
Release:	n/a
Codename:	bookworm

This fixes the R CI job in this project using that image by switching to the package repository that LLVM developers publish bookworm packages to (see https://apt.llvm.org/).

# * checking C++ specification ... NOTE
# Specified C++11: please update to current default of C++17
#
# until it's resolved (see https://github.com/microsoft/LightGBM/pull/5690)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proposing adding this to get CI working again, to work around this new NOTE that started showing up with r-devel two days ago.

* checking C++ specification ... NOTE
   Specified C++11: please update to current default of C++17

Put up #5690 with a proposal to handle that and a lot more information.

@jameslamb jameslamb merged commit d7ea269 into master Jan 31, 2023
@jameslamb jameslamb deleted the ci/fix-r-debian branch January 31, 2023 01:36
@github-actions
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity since it was closed.
To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues
including a reference to this.

@github-actions github-actions bot removed the blocking label Aug 16, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ci] r-debian-clan-devel job breaking installing clang-15

2 participants