https://github.com/mmtk/mmtk-v8-docker
Dockerfile for running V8 tests with MMTk.
https://github.com/mmtk/mmtk-v8-docker
Last synced: 17 days ago
JSON representation
Dockerfile for running V8 tests with MMTk.
- Host: GitHub
- URL: https://github.com/mmtk/mmtk-v8-docker
- Owner: mmtk
- Created: 2021-07-06T02:26:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T06:22:49.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T08:13:42.756Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MMTk/V8 Dockerfile
## Getting Started
### Build docker image
*This will fetch the ~~latest~~ `191b637f` v8 and the latest mmtk-v8 repo.*
```console
$ docker image build -t mmtk-v8 .
```
### Start a container
*Start a container and directly run v8 tests:*
```console
$ docker container run mmtk-v8 # directly executes `gm x64.optdebug-mmtk.checkall`
```
*Or, run tests manually in a container:*
```console
$ docker container run -it mmtk-v8 bash
root@70f9de71f77b:~/mmtk-v8-workspace# make check
```
## Note!
A specific v8 git revision (`191b637f`) is used at the moment due to the different third-party-heap API between
v8 and mmtk-v8 -- V8 TPH api is changing rapidly at the moment.
## TODO:
- [ ] Use latest v8