mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-06 22:57:11 +00:00
integration-test-suite-test also needs g++ for a test
This commit is contained in:
parent
661074102d
commit
b1f990c23a
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,4 +1,10 @@
|
|||||||
llvm-toolchain-10 (1:10.0.1~+rc1-1~exp2) experimental; urgency=medium
|
llvm-toolchain-10 (1:10.0.1~++20200629113538+77d76b71d7d-1~exp2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* integration-test-suite-test also needs g++ for a test
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 02 Jul 2020 09:10:39 +0200
|
||||||
|
|
||||||
|
llvm-toolchain-10 (1:10.0.1~++20200629113538+77d76b71d7d-1~exp1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* New snapshot release
|
* New snapshot release
|
||||||
* Ship with integration-test-suite-test and run it with autopkgtest
|
* Ship with integration-test-suite-test and run it with autopkgtest
|
||||||
@ -20,7 +26,7 @@ llvm-toolchain-10 (1:10.0.1~+rc2-1~exp1) experimental; urgency=medium
|
|||||||
* remove try-to-fix-polly-link.patch and D74453-riscv-atomic_cmp_xchg.diff
|
* remove try-to-fix-polly-link.patch and D74453-riscv-atomic_cmp_xchg.diff
|
||||||
(applied upstream)
|
(applied upstream)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 27 May 2020 15:24:00 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 27 Jun 2020 11:28:28 +0200
|
||||||
|
|
||||||
llvm-toolchain-10 (1:10.0.1~+rc1-1~exp1) experimental; urgency=medium
|
llvm-toolchain-10 (1:10.0.1~+rc1-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -6,7 +6,7 @@ Depends: @, cmake, g++, file, dpkg-dev
|
|||||||
Restrictions: allow-stderr
|
Restrictions: allow-stderr
|
||||||
|
|
||||||
Tests: integration-test-suite-test
|
Tests: integration-test-suite-test
|
||||||
Depends: @, cmake, libstdc++-9-dev
|
Depends: @, cmake, libstdc++-9-dev, g++
|
||||||
Restrictions: allow-stderr
|
Restrictions: allow-stderr
|
||||||
|
|
||||||
Tests: cmake-test
|
Tests: cmake-test
|
||||||
|
Loading…
Reference in New Issue
Block a user