Skip to content

Commit 675e313

Browse files
committed
try
Signed-off-by: Larry Gritz <[email protected]>
1 parent 1007344 commit 675e313

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/analysis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,33 +42,33 @@ jobs:
4242
- desc: sonar gcc9/C++17 llvm13 py3.9 exr3.1 oiio3.0 avx2
4343
nametag: static-analysis-sonar
4444
os: ubuntu-latest
45-
vfxyear: 2023
46-
vfxsuffix: -clang15
45+
vfxyear: 2024
46+
vfxsuffix: -clang17
4747
cxx_std: 17
4848
openimageio_ver: release
49-
python_ver: "3.10"
50-
pybind11_ver: v2.10.0
49+
python_ver: "3.11"
50+
pybind11_ver: v2.12.0
5151
simd: avx2,f16c
5252
batched: b8_AVX2,b16_AVX512
5353
coverage: 1
5454
# skip_tests: 1
5555
sonar: 1
5656
setenvs: export xSONAR_SCANNER_VERSION=4.7.0.2747
5757
SONAR_SERVER_URL="https://sonarcloud.io"
58-
BUILD_WRAPPER_OUT_DIR=bw_output
59-
OSL_CMAKE_BUILD_WRAPPER="build-wrapper-linux-x86-64 --out-dir bw_output"
60-
CMAKE_BUILD_TYPE=Debug
58+
BUILD_WRAPPER_OUT_DIR=/__w/OpenShadingLanguage/OpenShadingLanguage/bw_output
59+
OSL_CMAKE_BUILD_WRAPPER="build-wrapper-linux-x86-64 --out-dir /__w/OpenShadingLanguage/OpenShadingLanguage/bw_output"
60+
OSL_CMAKE_BUILD_TYPE=Debug
61+
OSL_CMAKE_FLAGS="-DOSL_TEST_BIG_TIMEOUT=1200 -DUSE_QT=0"
6162
CMAKE_UNITY_BUILD=OFF
6263
CODECOV=1
6364
TESTRENDER_AA=1
6465
OSL_TESTSUITE_SKIP_DIFF=1
6566
CTEST_TEST_TIMEOUT=1200
66-
OSL_CMAKE_FLAGS="-DOSL_TEST_BIG_TIMEOUT=1200 -DUSE_QT=0"
6767
CTEST_EXCLUSIONS="broken|noise-reg.regress|noise-gabor-reg.regress"
6868

6969
runs-on: ${{ matrix.os }}
7070
container:
71-
image: aswf/ci-osl:2023-clang15
71+
image: aswf/ci-osl:2024-clang17
7272
env:
7373
CXX: ${{matrix.cxx_compiler}}
7474
CC: ${{matrix.cc_compiler}}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sonar.host.url=https://sonarcloud.io
66
# Required metadata
77
sonar.organization=academysoftwarefoundation
88
sonar.projectName=OpenShadingLanguage
9-
sonar.projectVersion=1.12
9+
sonar.projectVersion=1.14
1010
sonar.projectKey=AcademySoftwareFoundation_OpenShadingLanguage
1111

1212
# Project links

0 commit comments

Comments
 (0)