bjorn3
|
a24213d81b
|
Use 2021 edition for y.rs
|
2022-10-28 09:54:05 +00:00 |
|
bjorn3
|
9a8da8c64a
|
Slightly speed up building of y.rs
|
2022-03-16 19:21:24 +01:00 |
|
bjorn3
|
64bc2352ee
|
Silence warning
|
2022-03-16 12:05:02 +01:00 |
|
bjorn3
|
4dbd3196f9
|
Move most code from y.rs to build_system/mod.rs
y.rs can't be rustfmt'ed without making it no longer be a valid bash
script.
|
2022-01-09 19:30:07 +01:00 |
|
bjorn3
|
f296311925
|
Test on CI with unstable cg_clif features disabled
Part of #1084
|
2021-12-03 13:16:34 +01:00 |
|
Gheorghe Anghelescu
|
f9c5bbba6b
|
change instructions for manually compiling y.rs (#1191)
This prevents an error on windows where the `build_sysroot` function was trying to delete `y.exe`.
|
2021-08-04 09:23:27 +02:00 |
|
bjorn3
|
53478823e4
|
Refactor cg_clif building
|
2021-07-04 18:15:13 +02:00 |
|
bjorn3
|
0d531c3737
|
Better config parsing and allow specifying host and target triple in config
|
2021-07-04 15:10:06 +02:00 |
|
bjorn3
|
d571910f4d
|
Give an error when attempting to build for MSVC
|
2021-06-19 14:07:56 +02:00 |
|
bjorn3
|
ad971bbed7
|
Rewrite build_sysroot.sh in rust
|
2021-06-19 13:58:32 +02:00 |
|
bjorn3
|
fe6a2892a6
|
Rewrite prepare.sh in rust
|
2021-06-19 13:54:25 +02:00 |
|
bjorn3
|
2db4e50618
|
Rewrite build.sh in rust
This makes it easier to compile cg_clif on systems that don't support
bash shell scripts like Windows
|
2021-06-19 13:54:25 +02:00 |
|