Page MenuHomeFreeBSD

release: remove Oracle Cloud Infrastructure build targets
ClosedPublic

Authored by dch on Sun, Apr 12, 8:53 AM.
Tags
None
Referenced Files
F153263455: D56360.id175333.diff
Mon, Apr 20, 3:24 AM
F153230545: D56360.id175437.diff
Sun, Apr 19, 11:07 PM
Unknown Object (File)
Sat, Apr 18, 9:51 AM
Unknown Object (File)
Sat, Apr 18, 9:41 AM
Unknown Object (File)
Sat, Apr 18, 9:41 AM
Unknown Object (File)
Sat, Apr 18, 9:41 AM
Unknown Object (File)
Sat, Apr 18, 9:41 AM
Unknown Object (File)
Sat, Apr 18, 7:49 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.Sun, Apr 12, 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.Sun, Apr 12, 4:06 PM