rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
11.85k stars 3.9k forks source link

make: Don't propagate FULL=1 to "make test-dist" #11486

Closed lhoguin closed 2 weeks ago

lhoguin commented 2 weeks ago

Both FULL and MAKEFLAGS env variables need to be unset as FULL=1 is present in both. This is a bit of a band-aid, it's possible that other variables get propagated that shouldn't be, but we'll fix them when they are detected.

lhoguin commented 2 weeks ago

JSP gave the OK in Slack.