From d4cab47cb9d6ae119d3cf7ec3d9c93e20333e6ee Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Wed, 2 Jul 2025 18:54:45 +0100 Subject: [PATCH] Add `glibc` to `bulk_generation_targets.yml` --- cpp/bulk_generation_targets.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpp/bulk_generation_targets.yml b/cpp/bulk_generation_targets.yml index dbcec7bf9dd..39b5d4e56f9 100644 --- a/cpp/bulk_generation_targets.yml +++ b/cpp/bulk_generation_targets.yml @@ -2,6 +2,9 @@ language: cpp strategy: dca destination: cpp/ql/lib/ext/generated targets: +- name: glibc + with-sinks: false + with-sources: false - name: zlib with-sinks: false with-sources: false