Skip to content

Commit a2dd2dc

Browse files
committed
CI: Use RISC-V filter when building with BCJ support.
1 parent 3060e10 commit a2dd2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-aux/ci_build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ then
204204

205205
cd "$DEST_DIR"
206206

207-
add_to_filter_list "$BCJ" ",x86,powerpc,ia64,arm,armthumb,arm64,sparc"
207+
add_to_filter_list "$BCJ" ",x86,powerpc,ia64,arm,armthumb,arm64,sparc,riscv"
208208
add_to_filter_list "$DELTA" ",delta"
209209

210210
add_extra_option "$ENCODERS" "--enable-encoders=$FILTER_LIST" "--disable-encoders"
@@ -226,7 +226,7 @@ then
226226
cmake)
227227
cd "$DEST_DIR"
228228

229-
add_to_filter_list "$BCJ" ";x86;powerpc;ia64;arm;armthumb;arm64;sparc"
229+
add_to_filter_list "$BCJ" ";x86;powerpc;ia64;arm;armthumb;arm64;sparc;riscv"
230230
add_to_filter_list "$DELTA" ";delta"
231231

232232
add_extra_option "$THREADS" "-DENABLE_THREADS=ON" "-DENABLE_THREADS=OFF"

0 commit comments

Comments
 (0)