File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2424 run : brew update && brew install crystal || true
2525 - name : Build the binary
2626 run : |
27- export LLVM_CONFIG="$(brew --prefix)/opt/llvm@17 /bin/llvm-config"
27+ export LLVM_CONFIG="$(brew --prefix)/opt/llvm@18 /bin/llvm-config"
2828 shards build crystalline --release --no-debug -Dpreview_mt --stats --progress --ignore-crystal-version
2929 - name : Upload a Build Artifact
3030 uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 2323 run : shards install --production --ignore-crystal-version
2424 - name : Build the binary
2525 run : |
26- export LLVM_CONFIG="$(brew --prefix)/opt/llvm@17 /bin/llvm-config"
26+ export LLVM_CONFIG="$(brew --prefix)/opt/llvm@18 /bin/llvm-config"
2727 shards build crystalline --release --no-debug -Dpreview_mt --stats --progress --ignore-crystal-version
2828 - name : Upload a Build Artifact
2929 uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 1- FROM crystallang/crystal:1.11.2 -alpine
1+ FROM crystallang/crystal:1.12.1 -alpine
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ Building from source does take a long time._
3232
3333| Crystal | Crystalline |
3434| -------- | ----------- |
35- | ** 1.11** | ** 0.12** |
35+ | ** 1.12** | ** 0.13** |
36+ | 1.11 | 0.12 |
3637| 1.10 | 0.11 |
3738| 1.9 | 0.10 |
3839| 1.8 | 0.9 |
Original file line number Diff line number Diff line change 11name : crystalline
2- version : 0.12.2
2+ version : 0.13.0
33
44authors :
55 -
Julien Elbaz <[email protected] >
You can’t perform that action at this time.
0 commit comments