Skip to content

Commit

Permalink
Update releaser script.
Browse files Browse the repository at this point in the history
  • Loading branch information
afd committed May 4, 2023
1 parent b86c5a9 commit 0b76062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ help | head

uname

DREDD_LLVM_TAG=$(./scripts/llvm_tag.sh)
export DREDD_LLVM_SUFFIX=""

case "$(uname)" in
"Linux")
NINJA_OS="linux"
export DREDD_LLVM_SUFFIX="-stock-clang"
PYTHON="python3"
LLVM_RELEASE_OS="${OS}"
export CC=clang
Expand Down

0 comments on commit 0b76062

Please sign in to comment.