Home
last modified time | relevance | path

Searched +full:sparse +full:- +full:checkout (Results 1 – 10 of 10) sorted by relevance

/llvm-project/.github/workflows/
H A Dpr-request-release-note.yml9 - closed
12 request-release-note:
13 if: >-
17 runs-on: ubuntu-latest
21 - name: Checkout Scripts
22 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24 sparse-checkout: |
26 llvm/utils/git/github-automation.py
27 sparse-checkout-cone-mode: false
29 - name: Install Dependencies
[all …]
H A Dpr-code-format.yml9 - main
10 - 'users/**'
14 runs-on: ubuntu-latest
15 timeout-minutes: 30
17 group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
18 cancel-in-progress: true
19 if: github.repository == 'llvm/llvm-project'
21 - nam
[all...]
H A Dbuild-ci-container.yml9 - main
11 - .github/workflows/build-ci-container.yml
12 - '.github/workflows/containers/github-action-ci/**'
15 - main
17 - .github/workflows/build-c
[all...]
H A Dpr-subscriber.yml6 - labeled
12 auto-subscribe:
13 runs-on: ubuntu-latest
14 if: github.repository == 'llvm/llvm-project'
16 - name: Checkout Automation Script
17 uses: actions/checkout@v4
19 sparse-checkout: llvm/utils/git/
22 - name: Setup Automation Script
23 working-directory: ./llvm/utils/git/
25 pip install --require-hashes -r requirements.txt
[all …]
H A Dissue-subscriber.yml6 - labeled
12 auto-subscribe:
13 runs-on: ubuntu-latest
14 if: github.repository == 'llvm/llvm-project'
16 - name: Checkout Automation Script
17 uses: actions/checkout@v4
19 sparse-checkout: llvm/utils/git/
22 - name: Setup Automation Script
23 working-directory: ./llvm/utils/git/
25 pip install --require-hashes -r requirements.txt
[all …]
H A Dmerged-prs.yml9 # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
12 - closed
16 runs-on: ubuntu-latest
18 pull-requests: write
19 if: >-
20 (github.repository == 'llvm/llvm-project') &&
23 - name: Checkout Automation Script
24 uses: actions/checkout@v4
26 sparse-checkout: llvm/utils/git/
29 - name: Setup Automation Script
[all …]
H A Dnew-prs.yml9 # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
12 - opened
13 - reopened
14 - ready_for_review
15 - synchronize
19 runs-on: ubuntu-latest
21 pull-requests: write
26 …# See https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=opened#pull_reque…
28 if: >-
29 (github.repository == 'llvm/llvm-project') &&
[all …]
/llvm-project/llvm/docs/Proposals/
H A DGitHubMove.rst22 infrastructure) will continue to work with a Git-based LLVM.
29 This proposal relates only to moving the hosting of our source-code repository
31 using GitHub's issue tracker, pull-requests, or code-review.
35 username/password-hash.
41 ----------------
57 --------
66 through the Git-SVN integration.
82 -----------
85 projects. Any of these could replace the code-hosting infrastructure that we
92 BitBucket: it offers read-write **SVN** access to the repository
[all …]
/llvm-project/libcxx/utils/ci/
H A DDockerfile1 # ===----------
[all...]
/llvm-project/llvm/docs/
H A DGettingStarted.rst19 C-like languages use the `Clang <https://clang.llvm.org/>`_ front end. This
21 -- and from there into object files, using LLVM.
34 * ``git clone https://github.com/llvm/llvm-project.git``
37 ``git clone --config core.autocrlf=false
38 https://github.com/llvm/llvm-project.git``
39 * To save storage and speed-up the checkout time, you may want to do a
40 `shallow clone <https://git-sc
[all...]