Skip to content

Commit 3374c21

Browse files
[CI] Remove flag check in Windows' "Fast builds"
it's already covered in "Basic builds".
1 parent ac4833c commit 3374c21

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,6 @@ jobs:
133133
working-directory: ${{env.BUILD_DIR}}
134134
run: ctest --output-on-failure --test-dir test -C Release
135135

136-
- name: check /DEPENDENTLOADFLAG (Windows only)
137-
if: matrix.os == 'windows-latest'
138-
run: ${{github.workspace}}/.github/scripts/check_dll_flags.ps1 ${{env.BUILD_DIR}}/bin/Release/umf.dll
139-
shell: pwsh
140-
141-
- name: check /DEPENDENTLOADFLAG in umf_proxy.dll
142-
if: matrix.os == 'windows-latest'
143-
run: ${{github.workspace}}/.github/scripts/check_dll_flags.ps1 ${{env.BUILD_DIR}}/src/proxy_lib/Release/umf_proxy.dll
144-
shell: pwsh
145-
146136
# TODO: We could add some script to verify metadata of dll's (selected fields, perhaps)
147137
# ref. https://superuser.com/questions/381276/what-are-some-nice-command-line-ways-to-inspect-dll-exe-details
148138
- name: Print metadata of our dll's

0 commit comments

Comments
 (0)