add my Cross config

Signed-off-by: June <june@girlboss.ceo>
This commit is contained in:
June 2023-08-05 13:30:31 -10:00 committed by girlbossceo
parent 9c3b3daafc
commit 100cae49b6
1 changed files with 4 additions and 0 deletions

4
Cross.toml Normal file
View File

@ -0,0 +1,4 @@
[target.x86_64-unknown-linux-gnu]
image = "fedora:rawhide"
#pre-build = ["dnf update -y && dnf install -y make automake gcc gcc-c++ kernel-devel clang llvm llvm-devel llvm-libs lld lld-devel liburing liburing-devel && dnf groupinstall -y \"Development Tools\" \"Development Libraries\""]
pre-build = ["dnf install -y liburing-devel llvm clang"]