Skip to content

Commit

Permalink
Revert "dropme: faster debugging"
Browse files Browse the repository at this point in the history
This reverts commit 2c26686.
  • Loading branch information
grg-haas committed Dec 30, 2023
1 parent 2c26686 commit 0b11ee6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: false

# Define the strategy for the build job. We generally want to cover each
# platform that we support here
Expand Down Expand Up @@ -166,9 +165,8 @@ jobs:
test-runtime-build:
needs: build
uses: ./.github/workflows/build-runtime.yml
if: false

# System tests, which are run for simulatable and self-hostable platforms
test-system:
# needs: build
needs: build
uses: ./.github/workflows/test-system.yml
7 changes: 0 additions & 7 deletions .github/workflows/test-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
jobs:
test-generic:
runs-on: ubuntu-latest
if: false
strategy:
matrix:
platform: [generic]
Expand Down Expand Up @@ -79,16 +78,10 @@ jobs:

- name: Restore build directory
uses: actions/download-artifact@v4
if: false
with:
name: keystone-mpfs64-builddir
path: .

- name: Move build.tar.xz into place
run: |
cp /tmp/keystone-mpfs64-builddir.zip .
unzip keystone-mpfs64-builddir.zip
- name: Decompress build directory
run: cat build.tar.xz | xz -d -T0 | tar -xf -

Expand Down

0 comments on commit 0b11ee6

Please sign in to comment.