Skip to content

Commit

Permalink
Revert "ci: Temporary workaround for build race condition."
Browse files Browse the repository at this point in the history
This reverts commit f9c837e.
  • Loading branch information
jrfonseca committed Dec 9, 2023
1 parent 20232cf commit 5641503
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ Exec { cmake "-S." "-B$buildDir" -G $generator "-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_
#
# Build
#
if ($target -eq "mingw32") {
# XXX: Temporary hack to avoid "No rule to make target lib*.dll.a"
Exec { cmake --build $buildDir --use-stderr --target libmgwhelp_implib --target libexchndl_implib }
}
Exec { cmake --build $buildDir --use-stderr --target all }

Exec { python tests\check_dynamic_linkage.py --objdump=objdump --validate $buildDir\bin\*.dll $buildDir\bin\*.exe }
Expand Down

0 comments on commit 5641503

Please sign in to comment.