mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 17:17:45 +00:00
[test] disable INTER_OP_BBR by default (#8952)
This commit disables `INTER_OP_BBR` by default to avoid unnecessary build in most times.
This commit is contained in:
@@ -56,6 +56,7 @@ jobs:
|
||||
THREAD_VERSION: 1.3
|
||||
VIRTUAL_TIME: 1
|
||||
INTER_OP: 1
|
||||
INTER_OP_BBR: 1
|
||||
CC: ${{ matrix.compiler.c }}
|
||||
CXX: ${{ matrix.compiler.cxx }}
|
||||
strategy:
|
||||
@@ -186,6 +187,7 @@ jobs:
|
||||
VIRTUAL_TIME: 1
|
||||
PACKET_VERIFICATION: 1
|
||||
THREAD_VERSION: 1.3
|
||||
INTER_OP_BBR: 1
|
||||
MULTIPLY: 3
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
|
||||
+1
-1
@@ -74,7 +74,7 @@ readonly NAT64
|
||||
NAT64_SERVICE="${NAT64_SERVICE:-openthread}"
|
||||
readonly NAT64_SERVICE
|
||||
|
||||
INTER_OP_BBR="${INTER_OP_BBR:-1}"
|
||||
INTER_OP_BBR="${INTER_OP_BBR:-0}"
|
||||
readonly INTER_OP_BBR
|
||||
|
||||
OT_COREDUMP_DIR="${PWD}/ot-core-dump"
|
||||
|
||||
Reference in New Issue
Block a user