summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_djb_hash.c
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-08-26 15:35:48 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-08-28 22:18:37 +0100
commit337cba43a5b74922bb38992ed09d3ddfe673e5e7 (patch)
tree81e0b4683b49a47d6f0aeb607c83e37e39ad4f1f /src/nxt_djb_hash.c
parent19cd88ef907a3a9248d58a987070f18749ff874b (diff)
downloadunit-337cba43a5b74922bb38992ed09d3ddfe673e5e7.tar.gz
unit-337cba43a5b74922bb38992ed09d3ddfe673e5e7.tar.bz2
ci: Enable the wasm-wasi-component tests
We now have tests for this module via commit cad6aed52 ("Tests: initial "wasm-wasi-component" test"). We need to install cargo-component for this test target. Also the only way I found I could get this test to run was by running as non-root. The issue I was seeing was that despite cargo being installed into /home/runner/.cargo/bin *and* that being in the path, it kept claiming it couldn't find cargo. E.g. $ sudo -E echo $PATH Showed /home/runner/.cargo/bin in there. $ sudo -E /home/runner/.cargo/bin/cargo -V Worked. $ sudo -E cargo -V cargo command not found. (Also other oddities, despite claiming to be using bash, it couldn't find shell builtins like 'hash' and 'export', perhaps some Ubuntu weirdness...) However, no problem, there is *no* need for it run as root anyway so result! Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/nxt_djb_hash.c')
0 files changed, 0 insertions, 0 deletions