Added nouveau-vulkan driver and a rust dependency related flags to build it sucessfully
Added a workaround for the intel-clc issue that arises when enabling cross compile for Rust. The workaround is probably not the best but works till a better method is implemented upstream. Do refer the comments in this issue and this merge from upstream.
TODO
If user has rustup installed instead of native rust, compilation will fail if i686-unknown-linux-gnu target is not installed via rustup.
Possible fix for the above could be integrated into PKGBUILD along with it calling rustup update before build.
For now the following can be merged as it builds fine in a clean system.
python-ply
make dependencynouveau-vulkan
driver and a rust dependency related flags to build it sucessfullyintel-clc
issue that arises when enabling cross compile for Rust. The workaround is probably not the best but works till a better method is implemented upstream. Do refer the comments in this issue and this merge from upstream.TODO
rustup
installed instead of nativerust
, compilation will fail ifi686-unknown-linux-gnu
target is not installed viarustup
.PKGBUILD
along with it callingrustup update
before build.