diff --git a/debian/changelog b/debian/changelog index 04a53d59..ac32c824 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ llvm-toolchain-12 (1:12.0.1-16) unstable; urgency=medium + [ Erik Maciejewski ] * use make variables populated by /usr/share/dpkg/buildflags.mk and remove _EXTRA suffix from STAGE_1_ and STAGE_2_ flag vars to improve clarity and readability for the multi-stage setup in debian/rules @@ -11,7 +12,10 @@ llvm-toolchain-12 (1:12.0.1-16) unstable; urgency=medium LLVM_USE_RELATIVE_PATHS_IN_FILES=ON in both stages of the toolchain build in debian/rules - -- Erik Maciejewski Tue, 26 Oct 2021 12:14:18 -0700 + [ Sylvestre Ledru ] + * autopkgtest/integration-test-suite-test: restrict to arm64/amd64 for now + + -- Sylvestre Ledru Thu, 28 Oct 2021 16:45:49 +0200 llvm-toolchain-12 (1:12.0.1-15) unstable; urgency=medium diff --git a/debian/tests/control b/debian/tests/control index 8af2a823..1ffcef79 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -8,6 +8,7 @@ Restrictions: allow-stderr Tests: integration-test-suite-test Depends: @, cmake, make, g++, libstdc++-10-dev Restrictions: allow-stderr +Architecture: amd64 arm64 Tests: cmake-test Depends: gcc, build-essential, cmake, llvm-12-dev