Skip to content

Commit c948d9c

Browse files
Address PR comment
1 parent da8bdb8 commit c948d9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/jit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ jobs:
156156
make clean --jobs 4
157157
export HOST=${{ matrix.architecture }}-linux-gnu
158158
sudo apt install --yes "gcc-$HOST" qemu-user
159-
${{ !matrix.debug && matrix.compiler == 'clang' && './configure --enable-optimizations' || '' }}
160-
${{ !matrix.debug && matrix.compiler == 'clang' && 'make profile-run-stamp --jobs 4' || '' }}
161159
export QEMU_LD_PREFIX="/usr/$HOST"
162160
CC="${{ matrix.compiler == 'clang' && 'clang --target=$HOST' || '$HOST-gcc' }}" \
163161
CPP="$CC --preprocess" \

0 commit comments

Comments
 (0)