File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1212 premerge-checks-linux :
1313 if : github.repository_owner == 'llvm'
1414 runs-on : llvm-premerge-linux-runners
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
17+ cancel-in-progress : true
1518 container :
1619 image : ghcr.io/keenuts-test-org/linux-ci-testing:latest
1720 defaults :
2225 uses : actions/checkout@v4
2326 with :
2427 fetch-depth : 2
28+ - name : Setup ccache
29+ uses :
hendrikmuhs/[email protected] 2530 - name : Build and Test
2631 run : |
2732 git config --global --add safe.directory '*'
Original file line number Diff line number Diff line change 11// ===-- llvm-exegesis.cpp ---------------------------------------*- C++ -*-===//
2- //
32// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
43// See https://llvm.org/LICENSE.txt for license information.
54// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
You can’t perform that action at this time.
0 commit comments