Skip to content

Commit

Permalink
Use a Hylo-LLVM that uses a Swift-compatible runtime
Browse files Browse the repository at this point in the history
even for Windows debug builds.
  • Loading branch information
dabrahams committed Mar 3, 2024
1 parent 06bd830 commit 1fdcc62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG SWIFT_VERSION=5.9
FROM swift:${SWIFT_VERSION}

ARG HYLO_LLVM_BUILD_TYPE=MinSizeRel
ARG HYLO_LLVM_BUILD_RELEASE=20240303-064603
ARG HYLO_LLVM_BUILD_RELEASE=20240303-181105
ARG HYLO_LLVM_VERSION=17.0.6

ENV HYLO_LLVM_DOWNLOAD_URL="https://github.com/hylo-lang/llvm-build/releases/download"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

include:
- HYLO_LLVM_DOWNLOAD_URL: https://github.com/hylo-lang/llvm-build/releases/download
- HYLO_LLVM_BUILD_RELEASE: 20240303-064603
- HYLO_LLVM_BUILD_RELEASE: 20240303-181105
- HYLO_LLVM_VERSION: 17.0.6
- swift_test_options:
- unpackage_command: tar -x --zstd -f
Expand Down

0 comments on commit 1fdcc62

Please sign in to comment.