From 6c474d537cb928d3b816d8a7dd4bf93331ba57b2 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Mon, 3 Jun 2024 19:50:44 +0200 Subject: [PATCH] chore(docs): document KONG_TEST_USER_CARGO_DISABLED build setting (#12849) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(docs): add undocumented setting * Update DEVELOPER.md --------- Co-authored-by: Hans Hübner --- DEVELOPER.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index b847a0f00739..7a1af2872e6e 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -202,6 +202,8 @@ Install the development dependencies ([busted](https://lunarmodules.github.io/bu make dev ``` +If Rust/Cargo doesn't work, try setting `export KONG_TEST_USER_CARGO_DISABLED=1` first. + Kong relies on three test suites using the [busted](https://lunarmodules.github.io/busted/) testing library: * Unit tests