Irqbalance / irqbalance

The irqbalance source tree - The new official site for irqbalance
http://irqbalance.github.io/irqbalance/
GNU General Public License v2.0
576 stars 139 forks source link

meson build files missing in release #316

Closed Sylensky closed 2 months ago

Sylensky commented 2 months ago

Is there any particular reason why the meson build files are missing in the relase archive?

nhorman commented 2 months ago

yes, because the meson build file was moved to the root directory after the most recent release was published.

In that release, you'll find the meson build files in the contrib directory

Sylensky commented 2 months ago

Ack. are these files in the root directory for upcoming releases or do they stay in the contrib directory?

nhorman commented 2 months ago

They were moved in commit 922ee47bbfb44a1ee7346f434092028adf4dffcd , and will be available in the root directory in the next release. Though theres no reason you can't use them from the contrib directory in the current release:

cd meson
meson setup <builddir> .