Skip to content

[devkit] use pre-built devkits #224

[devkit] use pre-built devkits

[devkit] use pre-built devkits #224

Workflow file for this run

name: Utils
on:
push:
branches:
- master
- main
paths:
- 'utils/**'
- '.github/workflows/utils.yml'
- '.github/workflows/common.yml'
- 'flake.*'
pull_request:
paths:
- 'utils/**'
- '.github/workflows/utils.yml'
- '.github/workflows/common.yml'
- 'flake.*'
workflow_dispatch:
jobs:
build:
name: Build Container
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build Container
working-directory: utils
run: docker build --build-arg USER_ID="$(id -u)" --build-arg GROUP_ID="$(id -g)" -t rosettaboy .
- name: Build Rosettaboys
run: ./utils/shell-docker.sh ./all.py build --default --threads 16
- name: Run
run: ./utils/shell-docker.sh ./all.py bench --default --frames 10 --threads 4