Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Aug 13, 2024
1 parent 80ff966 commit 1cdc5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fi

# If LTO is not enabled, we still need to be able to do a local release build.
# We use bullseye for CI to support older versions of glibc, but that requires libc++.
if [ "$WEBKIT_RELEASE_TYPE" == "Debug" ] || [ "$LTO_FLAG" == "" ]; then
if [[ "$WEBKIT_RELEASE_TYPE" == "Debug" || "$LTO_FLAG" == "" ]]; then
export DEBIAN_VERSION="bookworm"
else
export DEBIAN_VERSION="bullseye"
Expand Down

0 comments on commit 1cdc5e6

Please sign in to comment.