Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ jobs:
sudo rm -rf /usr/local/include/OpenEXR
sudo rm -rf /usr/local/lib64/cmake/{IlmBase,OpenEXR}
- desc: Linux ARM latest releases gcc14 C++20 py3.12 exr3.3 ocio2.4
nametag: linux-latest-releases
nametag: linux-arm-latest-releases
runner: ubuntu-24.04-arm
cc_compiler: gcc-14
cxx_compiler: g++-14
Expand All @@ -533,7 +533,7 @@ jobs:
FREETYPE_VERSION=VER-2-13-3
USE_OPENVDB=0
- desc: Linux ARM latest releases clang18 C++20 py3.12 exr3.3 ocio2.4
nametag: linux-latest-releases
nametag: linux-arm-latest-releases-clang
runner: ubuntu-24.04-arm
cc_compiler: clang-18
cxx_compiler: clang++-18
Expand Down
2 changes: 2 additions & 0 deletions testsuite/docs-examples-cpp/ref/out-linuxarm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,5 @@ Comparing "simple.tif" and "ref/simple.tif"
PASS
Comparing "scanlines.tif" and "ref/scanlines.tif"
PASS
Comparing "tiles.tif" and "ref/tiles.tif"
PASS
2 changes: 2 additions & 0 deletions testsuite/docs-examples-python/ref/out-linuxarm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,5 @@ Comparing "simple.tif" and "../docs-examples-cpp/ref/simple.tif"
PASS
Comparing "scanlines.tif" and "../docs-examples-cpp/ref/scanlines.tif"
PASS
Comparing "tiles.tif" and "ref/tiles.tif"
PASS
Loading