]> git.lizzy.rs Git - rust.git/commit
auto merge of #11963 : alexcrichton/rust/fix-rustpkg, r=brson
authorbors <bors@rust-lang.org>
Sat, 1 Feb 2014 08:46:23 +0000 (00:46 -0800)
committerbors <bors@rust-lang.org>
Sat, 1 Feb 2014 08:46:23 +0000 (00:46 -0800)
commitc80d28c8e322b6da49b7725d2b5e5b5cc86da822
tree2b74e7ee268820b3cadb9ff53f1646a5c0340209
parentac000cd8e1117339f274850571b90af9e30981dc
parent723072ff6a66dab863e7c012c06aadf8a5c4ee91
auto merge of #11963 : alexcrichton/rust/fix-rustpkg, r=brson

Right now the bots are all injecting a libstd version, so all the rustpkg tests
are passing. All rustpkg compilations will fail unless the version number is
explicitly given because rustpkg attempts to exactly guess the target file name.
Switch back to using a pattern match in order to unbreak tests.

Closes #11852