#tauri bazel

3 messages · Page 1 of 1 (latest)

shy kindle
#

hi just wonderig if anyone has gotten tauri to work with bazel.
i have seen these two repos but couldn't get them to work with aspect node js rules
i run into issues with tauri cli wanting to modify cargo.toml
Error failed to open Cargo.toml for rewrite: Permission denied (os error 13)
https://github.com/marmos91/tauri-bazel-next-typescript/tree/main
https://github.com/setoelkahfi/tauri-on-bazel/tree/main

GitHub

A small repository to demonstrate how to build a Tauri project that is using NextJS + Typescript as a frontend framework with Bazel - marmos91/tauri-bazel-next-typescript

GitHub

Tauri on Bazel with NextJS 14. Contribute to setoelkahfi/tauri-on-bazel development by creating an account on GitHub.

hybrid yarrow
#

If it's just the toml rewrite causing issues then you can prevent that by using workspace inheritance for the tauri and tauri-build dependencies.

#

os error 13 is a bit concerning though because that should mean that file perms/owners are messed up