Conversation
a990417 to
cb5bb42
Compare
| INSTALL_PREFIX=$(cygpath -m "${{ inputs.cmake_install_prefix }}") | ||
| SYCL_DIR=$(cygpath -m "${{ inputs.sycl_dir }}") | ||
| OIDN_DIR=$(cygpath -m "${{ inputs.oidn_dir }}") | ||
| EMBREE_DIR=$(cygpath -m "${{ inputs.embree_dir }}") |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| # Convert all paths to CMake-style (forward slashes) | ||
| INSTALL_PREFIX=$(cygpath -m "${{ inputs.cmake_install_prefix }}") | ||
| SYCL_DIR=$(cygpath -m "${{ inputs.sycl_dir }}") | ||
| OIDN_DIR=$(cygpath -m "${{ inputs.oidn_dir }}") |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| run: | | ||
| # Convert all paths to CMake-style (forward slashes) | ||
| INSTALL_PREFIX=$(cygpath -m "${{ inputs.cmake_install_prefix }}") | ||
| SYCL_DIR=$(cygpath -m "${{ inputs.sycl_dir }}") |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| shell: bash | ||
| run: | | ||
| # Convert all paths to CMake-style (forward slashes) | ||
| INSTALL_PREFIX=$(cygpath -m "${{ inputs.cmake_install_prefix }}") |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| mv blender blender-src | ||
| # Work around CMake issue using preinstalled Embree/OIDN. | ||
| cp -RT "${{ inputs.embree_dir }}" "blender-src/lib/windows_x64/embree" | ||
| cp -RT "${{ inputs.oidn_dir }}" "blender-src/lib/windows_x64/OpenImageDenoise" |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| # Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib | ||
| echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| shell: powershell | ||
| if: ${{ runner.os }} == 'Windows' | ||
| run: | | ||
| echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| run: | | ||
| echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| # Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib | ||
| echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| echo "CMAKE_EXTRA_ARGS=-DWITH_WINDOWS_SCCACHE=ON" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append |
Check failure
Code scanning / zizmor
dangerous use of environment file Error
| run: | | ||
| echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| # Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib | ||
| echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| echo "CMAKE_EXTRA_ARGS=-DWITH_WINDOWS_SCCACHE=ON" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append |
Check failure
Code scanning / zizmor
dangerous use of environment file Error
| run: | | ||
| echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| # Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib | ||
| echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| echo "CMAKE_EXTRA_ARGS=-DWITH_WINDOWS_SCCACHE=ON" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append |
Check failure
Code scanning / zizmor
dangerous use of environment file Error
| run: | | ||
| echo "SCCACHE_DIR=${{ inputs.ccache_dir }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| echo "SCCACHE_MAXSIZE=10G" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| # Wthout this we get a linking error about not being able to find sycl-devicelib-host.lib | ||
| echo "LIB=$env:LIB;${{ inputs.sycl_dir }}\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | ||
| echo "CMAKE_EXTRA_ARGS=-DWITH_WINDOWS_SCCACHE=ON" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append |
Check failure
Code scanning / zizmor
dangerous use of environment file Error
|
|
||
| - name: Setup environment | ||
| shell: powershell | ||
| if: ${{ runner.os }} == 'Windows' |
Check failure
Code scanning / zizmor
unsound conditional expression Error
| - name: Render Classroom Scene | ||
| shell: cmd | ||
| run: | | ||
| cmd /c "set SystemRoot=C:\WINDOWS && set PATH=C:\Windows\system32;C:\Windows && "${{ inputs.blender_dir }}\blender.exe" -b -noaudio --debug-cycles --verbose 3 --engine CYCLES "${{ inputs.blender_classroom_dir }}\classroom.blend" -f 1 -- --cycles-device ONEAPI" |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| - name: Render Classroom Scene | ||
| shell: cmd | ||
| run: | | ||
| cmd /c "set SystemRoot=C:\WINDOWS && set PATH=C:\Windows\system32;C:\Windows && "${{ inputs.blender_dir }}\blender.exe" -b -noaudio --debug-cycles --verbose 3 --engine CYCLES "${{ inputs.blender_classroom_dir }}\classroom.blend" -f 1 -- --cycles-device ONEAPI" |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| using: "composite" | ||
| steps: | ||
| - name: Render Classroom Scene | ||
| shell: cmd |
Check warning
Code scanning / zizmor
usage of GitHub Actions misfeatures Warning
No description provided.