> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com]
> Sent: Friday, 20 September 2024 12.27
> +if [ "$CCMEMCPY" = "true" ]; then
> + OPTS="$OPTS -Duse_cc_memcpy=true"
> +else
> + OPTS="$OPTS -Duse_cc_memcpy=true"
> +fi
With the bug (only testing true) found by David fixed,
Ac
On Fri, Sep 20, 2024 at 12:36 PM Mattias Rönnblom
wrote:
>
> Add compilation tests for the use_cc_memcpy build option.
>
> Signed-off-by: Mattias Rönnblom
> ---
> .ci/linux-build.sh| 5 +
> .github/workflows/build.yml | 7 +++
> devtools/test-meson-builds.sh | 4 +++-
> 3 f
Add compilation tests for the use_cc_memcpy build option.
Signed-off-by: Mattias Rönnblom
---
.ci/linux-build.sh| 5 +
.github/workflows/build.yml | 7 +++
devtools/test-meson-builds.sh | 4 +++-
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/.ci/linux-build
3 matches
Mail list logo