mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-01 19:32:20 +00:00
Enable the testsuite
This commit is contained in:
parent
6b17b8d73d
commit
c18f75cf30
1
debian/TODO.Debian
vendored
1
debian/TODO.Debian
vendored
@ -2,7 +2,6 @@
|
||||
* Use Compiler-rt package
|
||||
* Improve the bootstrap (do the local build first on our systems, upload
|
||||
to Debian and use the packages)
|
||||
* Plug the testsuite
|
||||
* Port on other archs
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 20 Jan 2015 08:50:28 +0100
|
||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -12,6 +12,7 @@ rust (1.0.0~0alpha-0.1) unstable; urgency=low
|
||||
* Update the list of build dep to build the doc
|
||||
* Force the verbose mode during the build
|
||||
* Add a TODO list
|
||||
* Enable the testsuite
|
||||
|
||||
-- Jordan Justen <jordan.l.justen@intel.com> Mon, 12 Jan 2015 00:35:31 -0800
|
||||
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -57,10 +57,6 @@ override_dh_auto_configure:
|
||||
override_dh_auto_build:
|
||||
make VERBOSE=1
|
||||
|
||||
# Skip test since it fails on rust 0.12
|
||||
override_dh_auto_test:
|
||||
true
|
||||
|
||||
LD_TMP1 := $(RUST_TMP_PREFIX)/lib
|
||||
# TODO improve this stuff to make it dynamic
|
||||
LD_TMP_i386 := $(LD_TMP1)/rustlib/i686-unknown-linux-gnu/lib
|
||||
|
Loading…
Reference in New Issue
Block a user