Skip to content

Commit 8f5d477

Browse files
committed
update OK bot and objdiff
1 parent a8054fe commit 8f5d477

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,14 @@ jobs:
255255
- name: Download OK bot
256256
id: download-ok
257257
run: |
258-
python ./tools/download_tool.py OK ok --tag v0.1.4
258+
python ./tools/download_tool.py objdiff-cli objdiff --tag v3.3.1
259+
python ./tools/download_tool.py OK ok --tag v0.2.0
259260
260261
- name: Run OK command
261262
id: ok-command
262263
run: |
263-
./ok --previous artifacts/previous.json --current artifacts/progress.json pr > pr.txt
264+
./objdiff report changes artifacts/previous.json artifacts/progress.json -o artifacts/changes.json
265+
./ok --changes artifacts/changes.json pr > pr.txt
264266
cat pr.txt
265267
- name: PR comment with file
266268
uses: thollander/actions-comment-pull-request@v3

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
config.binutils_tag = "2.42-1"
146146
config.compilers_tag = "20240706"
147147
config.dtk_tag = "v1.4.1"
148-
config.objdiff_tag = "v2.7.1"
148+
config.objdiff_tag = "v3.3.1"
149149
config.sjiswrap_tag = "v1.2.0"
150150
config.wibo_tag = "0.6.11"
151151

0 commit comments

Comments
 (0)