Skip to content

Commit dc00067

Browse files
committed
codegen ops too
1 parent 90b2e37 commit dc00067

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/extern_traces_plugin.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
cd packages/pm4/src/registers/generated
3333
pipenv run python pkt3_rs.py
3434
35+
- name: Codegen ops.rs
36+
run: |
37+
cd packages/gcn/src/instructions/generated
38+
pipenv run python ops_rs.py
39+
3540
- name: Run make in Docker
3641
uses: docker://ghcr.io/0xcaff/ps4-sdk-images/goldhen:edge
3742
with:

.github/workflows/extern_traces_viewer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
cd packages/pm4/src/registers/generated
4949
pipenv run python pkt3_rs.py
5050
51+
- name: Codegen ops.rs
52+
run: |
53+
cd packages/gcn/src/instructions/generated
54+
pipenv run python ops_rs.py
55+
5156
- run: cargo build --target ${{ matrix.target }} --release
5257

5358
- name: save artifacts

0 commit comments

Comments
 (0)