mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 17:29:17 +00:00
autopkgtest/integration-test-suite-test: restrict to arm64/amd64 for now
This commit is contained in:
parent
561e241958
commit
159a8dd7ea
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,5 +1,6 @@
|
|||||||
llvm-toolchain-12 (1:12.0.1-16) unstable; urgency=medium
|
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
|
* 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
|
_EXTRA suffix from STAGE_1_ and STAGE_2_ flag vars to improve clarity and
|
||||||
readability for the multi-stage setup in debian/rules
|
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
|
LLVM_USE_RELATIVE_PATHS_IN_FILES=ON in both stages of the toolchain
|
||||||
build in debian/rules
|
build in debian/rules
|
||||||
|
|
||||||
-- Erik Maciejewski <mr.emacski@gmail.com> Tue, 26 Oct 2021 12:14:18 -0700
|
[ Sylvestre Ledru ]
|
||||||
|
* autopkgtest/integration-test-suite-test: restrict to arm64/amd64 for now
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 28 Oct 2021 16:45:49 +0200
|
||||||
|
|
||||||
llvm-toolchain-12 (1:12.0.1-15) unstable; urgency=medium
|
llvm-toolchain-12 (1:12.0.1-15) unstable; urgency=medium
|
||||||
|
|
||||||
|
1
debian/tests/control
vendored
1
debian/tests/control
vendored
@ -8,6 +8,7 @@ Restrictions: allow-stderr
|
|||||||
Tests: integration-test-suite-test
|
Tests: integration-test-suite-test
|
||||||
Depends: @, cmake, make, g++, libstdc++-10-dev
|
Depends: @, cmake, make, g++, libstdc++-10-dev
|
||||||
Restrictions: allow-stderr
|
Restrictions: allow-stderr
|
||||||
|
Architecture: amd64 arm64
|
||||||
|
|
||||||
Tests: cmake-test
|
Tests: cmake-test
|
||||||
Depends: gcc, build-essential, cmake, llvm-12-dev
|
Depends: gcc, build-essential, cmake, llvm-12-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user