|
34 | 34 | MATRIX_EVAL: "CC=gcc-13 && CXX=g++-13"
|
35 | 35 |
|
36 | 36 | jobs:
|
37 |
| - Build: |
38 |
| - name: 'B: Building VtR' |
39 |
| - runs-on: ubuntu-24.04 |
40 |
| - strategy: |
41 |
| - fail-fast: false |
42 |
| - matrix: |
43 |
| - include: |
44 |
| - - { build_type: 'release', verbose: '0' } |
45 |
| - - { build_type: 'debug', verbose: '0' } |
46 |
| - - { build_type: 'debug', verbose: '1' } |
47 |
| - steps: |
| 37 | + # Build: |
| 38 | + # name: 'B: Building VtR' |
| 39 | + # runs-on: ubuntu-24.04 |
| 40 | + # strategy: |
| 41 | + # fail-fast: false |
| 42 | + # matrix: |
| 43 | + # include: |
| 44 | + # - { build_type: 'release', verbose: '0' } |
| 45 | + # - { build_type: 'debug', verbose: '0' } |
| 46 | + # - { build_type: 'debug', verbose: '1' } |
| 47 | + # steps: |
48 | 48 |
|
49 |
| - - uses: actions/setup-python@v5 |
50 |
| - with: |
51 |
| - python-version: 3.12.3 |
52 |
| - - uses: actions/checkout@v4 |
53 |
| - with: |
54 |
| - submodules: 'true' |
| 49 | + # - uses: actions/setup-python@v5 |
| 50 | + # with: |
| 51 | + # python-version: 3.12.3 |
| 52 | + # - uses: actions/checkout@v4 |
| 53 | + # with: |
| 54 | + # submodules: 'true' |
55 | 55 |
|
56 |
| - - name: Get number of CPU cores |
57 |
| - uses: SimenB/github-actions-cpu-cores@v2 |
58 |
| - id: cpu-cores |
| 56 | + # - name: Get number of CPU cores |
| 57 | + # uses: SimenB/github-actions-cpu-cores@v2 |
| 58 | + # id: cpu-cores |
59 | 59 |
|
60 |
| - - name: Install dependencies |
61 |
| - run: ./.github/scripts/install_dependencies.sh |
| 60 | + # - name: Install dependencies |
| 61 | + # run: ./.github/scripts/install_dependencies.sh |
62 | 62 |
|
63 |
| - - uses: hendrikmuhs/[email protected] |
| 63 | + # - uses: hendrikmuhs/[email protected] |
64 | 64 |
|
65 |
| - - name: Test |
66 |
| - env: |
67 |
| - BUILD_TYPE: ${{ matrix.build_type }} |
68 |
| - NUM_PROC: ${{ steps.cpu-cores.outputs.count }} |
69 |
| - run: | |
70 |
| - export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" |
71 |
| - ./.github/scripts/build.sh VERBOSE=${{ matrix.verbose }} |
| 65 | + # - name: Test |
| 66 | + # env: |
| 67 | + # BUILD_TYPE: ${{ matrix.build_type }} |
| 68 | + # NUM_PROC: ${{ steps.cpu-cores.outputs.count }} |
| 69 | + # run: | |
| 70 | + # export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" |
| 71 | + # ./.github/scripts/build.sh VERBOSE=${{ matrix.verbose }} |
72 | 72 |
|
73 | 73 |
|
74 | 74 | # Format:
|
|
0 commit comments