Age | Commit message (Collapse) | Author | Files | Lines |
|
Rather than using and rpm(8) and grep(1) to find the location to store
the libclang_rt.builtins-wasm32.a file use clangs -print-runtime-dir
option and strip the last component.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
|
|
The wasi-sysroot is now packaged by Fedora in the wasi-libc-devel &
wasi-libc-static packages (just installing wasi-libc-devel should bring
in the other if needed).
We also no longer need bindgen-cli as we are building the rust stuff
from within the build.rs files.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
|
|
Requested-by: Liam Crilly <liam@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
|
|
We have builds triggered on Makefile changes and shared.mk is included
in the Makefile.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
|
|
We have switched the repository from the preview to master branch ready
for its initial release.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
|