Skip to content

Commit

Permalink
Add runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Oct 18, 2024
1 parent 4243fd8 commit 3a898f5
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions maven_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ def __setup_jdk_dependencies(mctx):
sha256 = "052049d687ebfda6a4032d54afcd0da6549a23bc2ed04cfaa509746eeacbae71",
urls = ["https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jdk_x64_windows_hotspot_17.0.12_7.zip"],
strip_prefix = "jdk-17.0.12+7",
patch_cmds = [
"cp '../rules_bzlmodrio_jdk/msvc_runtime/concrt140.dll' bin/concrt140.dll",
"cp '../rules_bzlmodrio_jdk/msvc_runtime/msvcp140.dll' bin/msvcp140.dll",
"cp '../rules_bzlmodrio_jdk/msvc_runtime/msvcp140_1.dll' bin/msvcp140_1.dll",
"cp '../rules_bzlmodrio_jdk/msvc_runtime/msvcp140_2.dll' bin/msvcp140_2.dll",
"cp '../rules_bzlmodrio_jdk/msvc_runtime/msvcp140_atomic_wait.dll' bin/msvcp140_atomic_wait.dll",
"cp '../rules_bzlmodrio_jdk/msvc_runtime/msvcp140_codecvt_ids.dll' bin/msvcp140_codecvt_ids.dll",
"cp '../rules_bzlmodrio_jdk/msvc_runtime/vccorlib140.dll' bin/vccorlib140.dll",
"cp '../rules_bzlmodrio_jdk/msvc_runtime/vcruntime140.dll' bin/vcruntime140.dll",
"cp '../rules_bzlmodrio_jdk/msvc_runtime/vcruntime140_1.dll' bin/vcruntime140_1.dll",
"cp '../rules_bzlmodrio_jdk/msvc_runtime/vcruntime140_threads.dll' bin/vcruntime140_threads.dll",
],
)

def setup_legacy_setup_jdk_dependencies():
Expand Down
Binary file added msvc_runtime/concrt140.dll
Binary file not shown.
Binary file added msvc_runtime/msvcp140.dll
Binary file not shown.
Binary file added msvc_runtime/msvcp140_1.dll
Binary file not shown.
Binary file added msvc_runtime/msvcp140_2.dll
Binary file not shown.
Binary file added msvc_runtime/msvcp140_atomic_wait.dll
Binary file not shown.
Binary file added msvc_runtime/msvcp140_codecvt_ids.dll
Binary file not shown.
Binary file added msvc_runtime/vccorlib140.dll
Binary file not shown.
Binary file added msvc_runtime/vcruntime140.dll
Binary file not shown.
Binary file added msvc_runtime/vcruntime140_1.dll
Binary file not shown.
Binary file added msvc_runtime/vcruntime140_threads.dll
Binary file not shown.

0 comments on commit 3a898f5

Please sign in to comment.