Skip to content

Commit

Permalink
(debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Dec 21, 2023
1 parent 571223d commit 29d1566
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,6 @@ jobs:
with:
submodules: true

# XXX
- name: Run 1 XXX
id: transport_test_ex_shm_jxxx1
if: |
(!cancelled()) && (!((${{ matrix.compiler.id }} == 'clang-17')
&&
(${{ matrix.build-test-cfg.sanitizer-name }} == 'tsan')))
run: |
echo 'Should skip later.'
# XXX
- name: Run 2 XXX
id: transport_test_ex_shm_jxxx2
if: |
!((!cancelled()) && (!((${{ matrix.compiler.id }} == 'clang-17')
&&
(${{ matrix.build-test-cfg.sanitizer-name }} == 'tsan'))))
run: |
echo 'Should not skip later.'
- name: Install Flow-IPC dependencies (like Graphviz) with apt-get
run: |
false # XXX
Expand Down Expand Up @@ -454,6 +434,26 @@ jobs:
lsb_release -a
sudo apt-get update
# XXX
- name: Run 1 XXX
id: transport_test_ex_shm_jxxx1
if: |
(!cancelled()) && (!((${{ matrix.compiler.id }} == 'clang-17')
&&
(${{ matrix.build-test-cfg.sanitizer-name }} == 'tsan')))
run: |
echo 'Should skip later.'
# XXX
- name: Run 2 XXX
id: transport_test_ex_shm_jxxx2
if: |
!((!cancelled()) && (!((${{ matrix.compiler.id }} == 'clang-17')
&&
(${{ matrix.build-test-cfg.sanitizer-name }} == 'tsan'))))
run: |
echo 'Should not skip later.'
- name: Checkout `ipc` repository and submodules (`flow`, `ipc_*`)
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 29d1566

Please sign in to comment.