Skip to content

Commit

Permalink
Skip ROCM/test/opt_pass_plugin on Windows while broken. (iree-org#18823)
Browse files Browse the repository at this point in the history
This test is failing to link on CI machines and failing to run on my
local machine. See discussion starting here:
iree-org#18347 (comment).

Disabling for now so we can (hopefully) get a working nightly Windows
build and release for the first time in several weeks, but we could also
revert the PR or fix-forward.
  • Loading branch information
ScottTodd authored Oct 17, 2024
1 parent fb18c42 commit 4f33005
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Disabled on Windows until the shared library handling is cross-platform.
if(CMAKE_SYSTEM_NAME MATCHES "Windows")
return()
endif()

iree_cc_library(
NAME
GPUHello
Expand Down

0 comments on commit 4f33005

Please sign in to comment.