Skip to content

Commit 393a643

Browse files
lgritzzachlewis
authored andcommitted
ci: Update linux arm clang reference output (AcademySoftwareFoundation#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 <[email protected]>
1 parent f96490c commit 393a643

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ jobs:
515515
sudo rm -rf /usr/local/include/OpenEXR
516516
sudo rm -rf /usr/local/lib64/cmake/{IlmBase,OpenEXR}
517517
- desc: Linux ARM latest releases gcc14 C++20 py3.12 exr3.3 ocio2.4
518-
nametag: linux-latest-releases
518+
nametag: linux-arm-latest-releases
519519
runner: ubuntu-24.04-arm
520520
cc_compiler: gcc-14
521521
cxx_compiler: g++-14
@@ -535,7 +535,7 @@ jobs:
535535
FREETYPE_VERSION=VER-2-13-3
536536
USE_OPENVDB=0
537537
- desc: Linux ARM latest releases clang18 C++20 py3.12 exr3.3 ocio2.4
538-
nametag: linux-latest-releases
538+
nametag: linux-arm-latest-releases-clang
539539
runner: ubuntu-24.04-arm
540540
cc_compiler: clang-18
541541
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)