ansible: Install gawk for building lttng-modules
authorKienan Stewart <kstewart@efficios.com>
Fri, 4 Oct 2024 14:31:41 +0000 (10:31 -0400)
committerKienan Stewart <kstewart@efficios.com>
Fri, 4 Oct 2024 14:31:41 +0000 (10:31 -0400)
commit8e06860b203fcbcab1790cee37d8dd71c0b9b6bd
tree9f805db094dca15a028d89e3f7466757fcc8b39b
parent6e67042df12b9f0f8118e9ac55d0c572e3b65e53
ansible: Install gawk for building lttng-modules

While gawk isn't a dependency of lttng-modules, it is now required to
build the Linux kernel when `CONFIG_BUILTIN_MODULE_RANGES` is enabled.

See upstream commit:

    commit 5f5e7344322f0b0676579af054c787ed57d1c1df
    Author: Kris Van Hees <kris.van.hees@oracle.com>
    Date:   Fri Sep 6 10:45:03 2024 -0400

        kbuild: generate offset range data for builtin modules

        Create file module.builtin.ranges that can be used to find where
        built-in modules are located by their addresses. This will be useful for
        tracing tools to find what functions are for various built-in modules.

Change-Id: I6d9b1e93857131de30dc1c2527be93cd3327a296
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
automation/ansible/roles/lttng-modules/vars/Alpine.yml
automation/ansible/roles/lttng-modules/vars/RedHat.yml
automation/ansible/roles/lttng-modules/vars/Suse.yml
automation/ansible/roles/lttng-modules/vars/Ubuntu-22.yml
This page took 0.023702 seconds and 4 git commands to generate.