File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,11 @@ jobs:
46
46
# path: .cache/${{ matrix.macos-version }}/compile_commands.json
47
47
# key: ${{ matrix.macos-version }}-jsondb
48
48
49
- # - name: Build XNU JSON compilation database
50
- # if: steps.cache-jsondb.outputs.cache-hit != 'true'
51
- # run: |
52
- # MACOS_VERSION='${{ matrix.macos-version }}' MACHINE_CONFIG=VMAPPLE JSONDB=1 bash -x build.sh
49
+ - name : Build XNU JSON compilation database
50
+ if : steps.cache-jsondb.outputs.cache-hit != 'true'
51
+ run : |
52
+ MACOS_VERSION='${{ matrix.macos-version }}' MACHINE_CONFIG=VMAPPLE JSONDB=1 bash -x build.sh
53
+ zip -r xnu-${{ matrix.macos-version }}-jsondb.zip .cache/${{ matrix.macos-version }}/compile_commands.json
53
54
54
55
- name : Build XNU
55
56
run : |
86
87
gh release upload v${{ matrix.macos-version }} --clobber kernel.release.vmapple
87
88
gh release upload v${{ matrix.macos-version }} --clobber kernel.release.vmapple.sha256
88
89
gh release upload v${{ matrix.macos-version }} --clobber xnu-codeql.zip
89
- gh release upload v${{ matrix.macos-version }} --clobber xnu-codeql.zip.sha256
90
+ gh release upload v${{ matrix.macos-version }} --clobber xnu-codeql.zip.sha256
91
+ gh release upload v${{ matrix.macos-version }} --clobber xnu-${{ matrix.macos-version }}-jsondb.zip
You can’t perform that action at this time.
0 commit comments