trns1997 commented on PR #17105:
URL: https://github.com/apache/nuttx/pull/17105#issuecomment-3362256975

   @cederom basically this pipeline should pass just fine. Then once this 
feature is through this PR will pass automatically as well: 
https://github.com/apache/nuttx-apps/pull/3186 and then i will add these diffs 
in a future PR:
   ```
   diff --git a/tools/ci/cibuild-oot.sh b/tools/ci/cibuild-oot.sh
   index a0a2d88104..ff91040a6e 100755
   --- a/tools/ci/cibuild-oot.sh
   +++ b/tools/ci/cibuild-oot.sh
   @@ -63,7 +63,7 @@ echo "=== [4/5] Building OOT ==="
    rm -rf "$BUILD_DIR"
    mkdir -p "$BUILD_DIR"
    cd "$BUILD_DIR"
   -cmake .. -DCMAKE_TOOLCHAIN_FILE="$TOOLCHAIN_FILE" -DBUILD_OOTCPP=ON
   +cmake .. -DCMAKE_TOOLCHAIN_FILE="$TOOLCHAIN_FILE"
    make -j"$(nproc)"
    
    echo "=== [5/5] Verifying Output ==="
   ```
   
   that way all builds pass, and user impact is mitigated. How does this sound 
to you?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to