Page MenuHomeFreeBSD

release: remove Oracle Cloud Infrastructure build targets
ClosedPublic

Authored by dch on Apr 12 2026, 8:53 AM.
Tags
None
Referenced Files
F157101193: D56360.id175437.diff
Mon, May 18, 11:12 AM
F157100477: D56360.id175437.diff
Mon, May 18, 11:05 AM
Unknown Object (File)
Fri, May 15, 8:21 AM
Unknown Object (File)
Fri, May 15, 4:37 AM
Unknown Object (File)
Thu, May 14, 11:05 PM
Unknown Object (File)
Tue, May 12, 3:33 AM
Unknown Object (File)
Sun, May 10, 6:30 AM
Unknown Object (File)
Sun, May 10, 6:22 AM

Details

Summary

Remove all the Oracle flavoured release tooling bits from the tree.
I intend to MFC this in time for 2026-04-13's next stable/15 build cycle.

Relnotes: yes
Sponsored by: SkunkWerks, GmbH
MFC after: 3 days

Test Plan
set -x SRCCONF /dev/null
set -x SRC_ENV_CONF /dev/null
doas make -j2C buildworld  TARGET_ARCH=amd64 TARGET=amd64 -s \
&& doas make -j2C buildkernel TARGET_ARCH=amd64 TARGET=amd64 KERNCONF=GENERIC -s \
&& cd ./release \
&& doas make -j2C clean \
&& doas make  KERNCONF=GENERIC TARGET_ARCH=amd64 TARGET=amd64 \
  WITH_CLOUDWARE=yes \
  CLOUDWARE=OCI \
  -s clean cloudware-release

Works on My Machine(tm)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dch requested review of this revision.Apr 12 2026, 8:53 AM

the commit message should probably indicate why this is being removed...

dch added a reviewer: releng.

LGTM, but as @ivy noted the commit message should provide some of the context for why we're dropping Oracle images. (If nothing else, because it might provoke someone at Oracle to fix the situation.)

This revision is now accepted and ready to land.Apr 12 2026, 4:06 PM