Skip to content

Commit

Permalink
Try to fix MacOS Vulkan build by removing DXC binaries from quarantine
Browse files Browse the repository at this point in the history
  • Loading branch information
egorodet committed Dec 12, 2023
1 parent 46b2179 commit aa5310d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Externals/DirectXShaderCompilerBinary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(MethaneModules)
CPMAddPackage(
NAME DirectXShaderCompilerBinary
GITHUB_REPOSITORY MethanePowered/DirectXShaderCompilerBinary
GIT_TAG ae99e6a9291b5081e3270750767d9be1c432b735
VERSION 1.6.2104
GIT_TAG 6c0b8231785d87df4804269a49eca1e51597f391
VERSION 1.6.2104.1
)

get_platform_arch_dir(PLATFORM_ARCH_DIR CPP_EXT)
Expand Down

7 comments on commit aa5310d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacOS_VK_Release Test Results

  • ✅ 0 tests passed
  • ❌ 0 tests failed
  • ⚠️ 0 tests skipped
  • ⏱️ 0 ms. run duration

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ubuntu_VK_Release Test Results

  • ✅ 0 tests passed
  • ❌ 0 tests failed
  • ⚠️ 0 tests skipped
  • ⏱️ 0 ms. run duration

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacOS_MTL_Release Test Results

  • ✅ 0 tests passed
  • ❌ 0 tests failed
  • ⚠️ 0 tests skipped
  • ⏱️ 0 ms. run duration

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Win64_DX_Release Test Results

  • ✅ 0 tests passed
  • ❌ 0 tests failed
  • ⚠️ 0 tests skipped
  • ⏱️ 0 ms. run duration

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Win32_VK_Release Test Results

  • ✅ 0 tests passed
  • ❌ 0 tests failed
  • ⚠️ 0 tests skipped
  • ⏱️ 0 ms. run duration

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Win32_DX_Release Test Results

  • ✅ 0 tests passed
  • ❌ 0 tests failed
  • ⚠️ 0 tests skipped
  • ⏱️ 0 ms. run duration

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Win64_VK_Release Test Results

  • ✅ 0 tests passed
  • ❌ 0 tests failed
  • ⚠️ 0 tests skipped
  • ⏱️ 0 ms. run duration

Please sign in to comment.