Skip to content

Commit

Permalink
CI: Use RISC-V filter when building with BCJ support.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaT75 committed Jan 23, 2024
1 parent 3060e10 commit a2dd2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ then

cd "$DEST_DIR"

add_to_filter_list "$BCJ" ",x86,powerpc,ia64,arm,armthumb,arm64,sparc"
add_to_filter_list "$BCJ" ",x86,powerpc,ia64,arm,armthumb,arm64,sparc,riscv"
add_to_filter_list "$DELTA" ",delta"

add_extra_option "$ENCODERS" "--enable-encoders=$FILTER_LIST" "--disable-encoders"
Expand All @@ -226,7 +226,7 @@ then
cmake)
cd "$DEST_DIR"

add_to_filter_list "$BCJ" ";x86;powerpc;ia64;arm;armthumb;arm64;sparc"
add_to_filter_list "$BCJ" ";x86;powerpc;ia64;arm;armthumb;arm64;sparc;riscv"
add_to_filter_list "$DELTA" ";delta"

add_extra_option "$THREADS" "-DENABLE_THREADS=ON" "-DENABLE_THREADS=OFF"
Expand Down

0 comments on commit a2dd2dc

Please sign in to comment.