Skip to content

fix(ci): bump ubuntu 22.04→26.04 in riscv-64 Dockerfile and set FORCE_UNSAFE_CONFIGURE#360

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/investigate-ci-failure-342
Open

fix(ci): bump ubuntu 22.04→26.04 in riscv-64 Dockerfile and set FORCE_UNSAFE_CONFIGURE#360
Copilot wants to merge 2 commits into
mainfrom
copilot/investigate-ci-failure-342

Conversation

Copilot AI commented Jun 12, 2026

Copy link
Copy Markdown

Ubuntu 26.04 tightens the Buildroot host-tar configure check that rejects running as root, breaking the RISCV-64 artifact build in CI.

Changes

  • tests/rsrc/riscv-64/Dockerfile: bump base image to ubuntu:26.04
  • Add ENV FORCE_UNSAFE_CONFIGURE=1 immediately before the RUN make BR2_EXTERNAL=... step to bypass the root-configure guard
ENV FORCE_UNSAFE_CONFIGURE=1
RUN make BR2_EXTERNAL=/test/test-kernel-modules/ simics_simple_riscv_defconfig && \
    make && \
    ...

Copilot AI changed the title build(deps): bump ubuntu from 22.04 to 26.04 in /tests/rsrc/riscv-64 (fix CI) fix(ci): bump ubuntu 22.04→26.04 in riscv-64 Dockerfile and set FORCE_UNSAFE_CONFIGURE Jun 12, 2026
Copilot AI requested a review from Wenzel June 12, 2026 15:17
@Wenzel Wenzel marked this pull request as ready for review June 12, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants