Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove wake build script. #2847

Merged
merged 1 commit into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ on:


jobs:
check-wit:
name: Check Wit Manifest
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
- run: ci-tests/check_submodules


prepare-riscv-tools-cache:
name: Prepare riscv-tools Cache
runs-on: ubuntu-16.04
Expand Down Expand Up @@ -72,23 +64,6 @@ jobs:
CC: gcc-4.8
run: make verilator -C regression SUITE=none


check-wake-compilation:
name: Check Wake Compilation
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2

- name: Use SBT Cache
uses: actions/cache@v2
with:
path: |
~/.cache/coursier
~/.sbt
key: sbt-${{ hashFiles('**/build.sbt') }}-v1

- run: ci-tests/wake_scala_compilation

# This job is defined as a matrix job, where the definitions of each test
# bucket is located in a shell script at ./regression/run-test-bucket.
test:
Expand Down
167 changes: 0 additions & 167 deletions build.wake

This file was deleted.

18 changes: 0 additions & 18 deletions ci-tests/check_submodules

This file was deleted.

38 changes: 0 additions & 38 deletions ci-tests/wake_scala_compilation

This file was deleted.

23 changes: 0 additions & 23 deletions ivydependencies.json

This file was deleted.

37 changes: 0 additions & 37 deletions wit-manifest.json

This file was deleted.