Skip to content

Commit 3aae721

Browse files
authored
ci: Update linux arm clang reference output (#4782)
Two PRs crossed paths in flight last week -- one adding the ARM tests, the other doing something that changed the reference output of this test slightly. Both passed on their own, but the combo left one platform's output needing the update. Also, edit nicknames of two tests, they were not unique. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 7554792 commit 3aae721

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ jobs:
513513
sudo rm -rf /usr/local/include/OpenEXR
514514
sudo rm -rf /usr/local/lib64/cmake/{IlmBase,OpenEXR}
515515
- desc: Linux ARM latest releases gcc14 C++20 py3.12 exr3.3 ocio2.4
516-
nametag: linux-latest-releases
516+
nametag: linux-arm-latest-releases
517517
runner: ubuntu-24.04-arm
518518
cc_compiler: gcc-14
519519
cxx_compiler: g++-14
@@ -533,7 +533,7 @@ jobs:
533533
FREETYPE_VERSION=VER-2-13-3
534534
USE_OPENVDB=0
535535
- desc: Linux ARM latest releases clang18 C++20 py3.12 exr3.3 ocio2.4
536-
nametag: linux-latest-releases
536+
nametag: linux-arm-latest-releases-clang
537537
runner: ubuntu-24.04-arm
538538
cc_compiler: clang-18
539539
cxx_compiler: clang++-18

testsuite/docs-examples-cpp/ref/out-linuxarm.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ Comparing "simple.tif" and "ref/simple.tif"
144144
PASS
145145
Comparing "scanlines.tif" and "ref/scanlines.tif"
146146
PASS
147+
Comparing "tiles.tif" and "ref/tiles.tif"
148+
PASS

testsuite/docs-examples-python/ref/out-linuxarm.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ Comparing "simple.tif" and "../docs-examples-cpp/ref/simple.tif"
144144
PASS
145145
Comparing "scanlines.tif" and "../docs-examples-cpp/ref/scanlines.tif"
146146
PASS
147+
Comparing "tiles.tif" and "ref/tiles.tif"
148+
PASS

0 commit comments

Comments
 (0)