Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Drop --enable-old-bridge configure option #20213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

martinpitt
Copy link
Member

@martinpitt martinpitt commented Mar 22, 2024

This isn't supported on the main branch any more since we dropped supprot for RHEL 8. This was already cleaned up in the spec file and tests. HACK_SPEC_FOR_PYTHON is also not a thing any more.

Also clean up the four ws tests which we haven't run any more since then.

Much of src/bridge can also go now, but we'll leave that for #20000. As automake requires a defined conditional for if, define an always-false WITH_OLD_BRIDGE for now.


NB: This is not the big cleanup from #20000 yet. I added that conditional hack specifically to avoid that 馃榿 A lot of that can happen now, but @allisonkarlitskaya reserved that fun for her. I mostly just want to get rid of the OLD_BRIDGE configure stuff as I keep running into it while working on #19441

This isn't supported on the main branch any more since we dropped
supprot for RHEL 8. This was already cleaned up in the spec file and
tests. `HACK_SPEC_FOR_PYTHON` is also not a thing any more.

Also clean up the four ws tests which we haven't run any more since
then.

Much of src/bridge can also go now, but we'll leave that for cockpit-project#20000. As
automake requires a defined conditional for `if`, define an always-false
`WITH_OLD_BRIDGE` for now.
Comment on lines +42 to 43
# TODO: remove all of the below
if WITH_OLD_BRIDGE
Copy link
Member Author

Choose a reason for hiding this comment

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

FTR: I tried with if 0 or if REMOVE_ME etc., but none of that works. There just isn't a multi-line "disable this section" in automake that I know of 馃槩 I am happy to just remove the block here, but then we should also remove all the files (as this Makefile block is the reference list of which files can go), and then I step too much on Lis'es toes.

@martinpitt
Copy link
Member Author

@allisonkarlitskaya: This doesn't block me after all, so I'll leave it up to you what you want to do with this -- land, reject, or expand into #20000.

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.

None yet

1 participant