Skip to content

Commit

Permalink
mesa: (loongarch64) disable Valgrind as it is not yet available
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai authored and jiegec committed Jan 28, 2024
1 parent 2f735f1 commit 19a78c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime-display/mesa/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ PKGDEP__PPC64="${PKGDEP__RETRO}"

BUILDDEP="x11-proto mako systemd valgrind llvm libunwind glslang \
spirv-llvm-translator spirv-tools"
BUILDDEP__RISCV64="x11-proto mako systemd llvm glslang spirv-llvm-translator \
spirv-tools"
# FIXME: Valgrind is not yet available.
BUILDDEP__LOONGARCH64="${BUILDDEP/valgrind/}"
BUILDDEP__RISCV64="${BUILDDEP/valgrind/}"

BUILDDEP__RETRO="x11-proto llvm mako"
BUILDDEP__RETRO__OLDMESA="${BUILDDEP__RETRO} mesa imake"
Expand Down

0 comments on commit 19a78c2

Please sign in to comment.