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 20, 2024
1 parent b6d7ec1 commit cfe0cba
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 cfe0cba

Please sign in to comment.