Skip to content

Commit

Permalink
[DO NOT MERGE] Do not rebuild bitstream
Browse files Browse the repository at this point in the history
Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Aug 14, 2024
1 parent 378c17f commit c2021b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/get-bitstream-strategy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else
if git diff --exit-code --stat --name-only ${bitstream_commit} -- "${excluded_files[@]}"; then
bitstream_strategy=cached
else
bitstream_strategy=build
bitstream_strategy=cached
fi
fi

Expand Down

0 comments on commit c2021b0

Please sign in to comment.