File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -94,15 +94,15 @@ jobs:
94
94
echo "SHASUM=$SHASUM" >> $GITHUB_OUTPUT
95
95
if : matrix.os == 'macos-latest'
96
96
97
- - name : upload tarball
98
- uses : softprops/action-gh-release@v1
99
- with :
100
- draft : true
101
- files : |
102
- ${{ steps.archive.outputs.TARBALL }}
103
- ${{ steps.archive.outputs.SHASUM }}
104
- ${{ steps.archive-arm64.outputs.TARBALL }}
105
- ${{ steps.archive-arm64.outputs.SHASUM }}
97
+ # - name: upload tarball
98
+ # uses: softprops/action-gh-release@v1
99
+ # with:
100
+ # draft: true
101
+ # files: |
102
+ # ${{ steps.archive.outputs.TARBALL }}
103
+ # ${{ steps.archive.outputs.SHASUM }}
104
+ # ${{ steps.archive-arm64.outputs.TARBALL }}
105
+ # ${{ steps.archive-arm64.outputs.SHASUM }}
106
106
107
107
build-linux :
108
108
name : Linux
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
- name : cmake
129
129
run : |
130
- cmake . -G Ninja -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIB=ON -DCMAKE_INSTALL_PREFIX=install -DBYN_ENABLE_LTO=ON
130
+ cmake . -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang - DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIB=ON -DCMAKE_INSTALL_PREFIX=install -DBYN_ENABLE_LTO=ON
131
131
132
132
- name : build
133
133
run : |
You can’t perform that action at this time.
0 commit comments