|
81 | 81 | with:
|
82 | 82 | os: ubuntu-latest
|
83 | 83 | shell: bash
|
84 |
| - |
85 |
| - linux: |
86 |
| - needs: build-linux |
87 |
| - runs-on: ubuntu-latest |
88 |
| - steps: |
89 |
| - - uses: coursier/cache-action@v6 |
90 |
| - |
91 |
| - - uses: actions/download-artifact@v4 |
92 |
| - with: |
93 |
| - path: . |
94 |
| - name: ubuntu-latest-artifact |
95 |
| - |
96 |
| - - uses: ./.github/actions/post-build-setup |
97 |
| - with: |
98 |
| - java-version: 17 |
99 |
| - os: ubuntu-latest |
100 |
| - |
101 |
| - - run: cat out/mill-build/methodCodeHashSignatures.dest/current/4-methodCodeHashes.json | jq '.["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]' |
102 |
| - - run: cat out/mill-build/methodCodeHashSignatures.dest/current/7-transitiveCallGraphHashes.json | jq '.["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]' |
103 |
| - - run: cat out/mill-build/methodCodeHashSignatures.json | jq '.["value"]["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]' |
104 |
| - - run: cat out/mill-selective-execution.json | jq '.["methodCodeHashSignatures"]["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]' |
105 |
| - |
106 |
| - - run: ./mill -i --debug -k selective.resolve 'example.javalib.basic[1-simple].native.server.test' |
107 |
| - - run: ./mill -i --debug -k selective.resolveTree 'example.javalib.basic[1-simple].native.server.test' |
108 |
| - - run: ./mill -i --debug -k selective.resolveChanged 'example.javalib.basic[1-simple].native.server.test' |
109 |
| - |
110 |
| - - run: cat out/mill-build/methodCodeHashSignatures.dest/current/4-methodCodeHashes.json | jq '.["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]' |
111 |
| - - run: cat out/mill-build/methodCodeHashSignatures.dest/current/7-transitiveCallGraphHashes.json | jq '.["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]' |
112 |
| - - run: cat out/mill-build/methodCodeHashSignatures.json | jq '.["value"]["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]' |
113 |
| - - run: cat out/mill-selective-execution.json | jq '.["methodCodeHashSignatures"]["build_.dist.package_$native$.$anonfun$executableRaw$8(os.Path,scala.collection.immutable.Seq,java.io.OutputStream)void"]' |
114 |
| - |
0 commit comments