Skip to content

Commit

Permalink
Just riker (#29)
Browse files Browse the repository at this point in the history
* started migrating riker to not use docker

* started working on riker/xz

* added (but did not test) lua

* working on vim and sqlite

* worked on lsof

* worked on redis

* added xz-clang

* worked on riker (getting a small set of programs running)

* added riker to github workflows

* commit so that CI runs again

* verification for vim

* clarify vim verification script

* added verification for lua

* version verification for memcached

* version verification for redis

* added verification for sqlite

* add verification for xz

* add verification for xz clang

* fixup message in vim

* add mkdir to lua verification
  • Loading branch information
EtomicBomb authored Nov 6, 2024
1 parent ea0d1be commit daf0f09
Show file tree
Hide file tree
Showing 114 changed files with 438 additions and 1,378 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
benchmark: [nlp, file-enc, unix50, log-analysis, max-temp, uniq-ips, media-conv, sklearn, covid-mts]
benchmark: [nlp, file-enc, unix50, log-analysis, max-temp, uniq-ips, media-conv, sklearn, covid-mts, riker]

steps:
- name: Checkout code
Expand Down
19 changes: 0 additions & 19 deletions riker/WITH_DOCKER/lsof/Dockerfile

This file was deleted.

104 changes: 0 additions & 104 deletions riker/WITH_DOCKER/lsof/run

This file was deleted.

3 changes: 0 additions & 3 deletions riker/WITH_DOCKER/lsof/wrapper.sh

This file was deleted.

18 changes: 0 additions & 18 deletions riker/WITH_DOCKER/lua/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions riker/WITH_DOCKER/lua/lua_build.sh

This file was deleted.

104 changes: 0 additions & 104 deletions riker/WITH_DOCKER/lua/run

This file was deleted.

3 changes: 0 additions & 3 deletions riker/WITH_DOCKER/lua/wrapper.sh

This file was deleted.

22 changes: 0 additions & 22 deletions riker/WITH_DOCKER/memcached/Dockerfile

This file was deleted.

Loading

0 comments on commit daf0f09

Please sign in to comment.