0
0
Fork 0
Commit Graph

9 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Schrijvers Luc 97c510b9bd
Use https over http, fixes problems reported by repology (#5916) 2021-05-15 09:30:48 +02:00
Jerome Duval 0d782eba67 dev-*: reorder sections. 2018-08-08 16:18:18 +02:00
Jerome Duval 3ef5b9655d rust: srcGitRev2 => srcGitRev_2.
* code style.
2018-08-07 10:33:00 +02:00
Niels Sascha Reedijk 2dd16a1b3a Rust: fix checksums for 1.10.0 and 1.11.0 (#1666) 2017-09-24 22:49:49 +03:00
Jerome Duval 515034125a rust: enable 1.10 on gcc2_x86. 2017-09-24 20:38:55 +02:00
Jérôme Duval 9d264a2498 rust: disable versions for which reqs can't be met. 2017-09-23 22:21:17 +02:00
Niels Sascha Reedijk 0b46481fce rust: mark as tested 1.9.0 through 1.12.1 on gcc2_x86 (#1658) 2017-09-22 22:06:25 +02:00
Niels Sascha Reedijk 76873fc5cb rust: add recipes for 1.9.0 and 1.10.0 (#1626)
The recipe for 1.9.0 will build the full compiler suite for x86_gcc2,
and it will 'wrap' a binary stage0 compiler for x86_64.
The recipe for 1.10.0 is a complete build.

These recipes don't create the rust_runtime packages. This package
should be recreated at a later point, but we will need to think about
the package naming, as it will be very much possible to have various
runtime libraries running alongside each other.
2017-09-07 07:32:27 +02:00