Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Nov 2, 2023
1 parent 8c12448 commit 88f5430
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,13 @@ jobs:
run: |
wget -O - https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | sudo apt-key add - && break || sleep 1
sudo apt-add-repository 'deb https://apt.repos.intel.com/oneapi all main' && break || sleep 1
sudo apt-get install intel-basekit
sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-2023.2.1
- name: build qthreads
run: |
./autogen.sh
./autogen.sh || cat config.log
exit 1
./configure --enable-picky --with-scheduler=${{ matrix.scheduler }} --with-topology=${{ matrix.topology }}
make -j2; cat config.log
make -j2 cat config.log
- name: make check
run: timeout -k 10s --foreground 6m make check
timeout-minutes: 7
Expand Down

0 comments on commit 88f5430

Please sign in to comment.