Skip to content

Commit

Permalink
use TimeZones fork again (#783)
Browse files Browse the repository at this point in the history
To address an issue with running the same ribasim binary simultaneously
from different workers.

```
  InitError(mod=:WindowsTimeZoneIDs, error=Base.IOError(msg="unlink("D:\\buildAgent\\work\\c463fd4bc9a9a18\\imod_collector_devel\\ribasim\\share\\julia\\scratchspaces\\f269a46b-ccf7-5d73-abea-4c690281aa53\\build\\local\\windowsZones.xml"): resource busy or locked (EBUSY)", code=-4082)
```

In making this PR I realized I forgot in #740 to actually run
`strip_cldr`.
  • Loading branch information
visr authored Nov 14, 2023
1 parent 073c089 commit d6e585a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
8 changes: 5 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0-rc1"
manifest_format = "2.0"
project_hash = "f38abc22b48e63729fc0df2250576035135df64d"
project_hash = "ebee755404797b896be47dd2693eb495c11ce0d0"

[[deps.ADTypes]]
git-tree-sha1 = "5d2e21d7b0d8c22f67483ef95ebdc39c0e6b6003"
Expand Down Expand Up @@ -1506,8 +1506,10 @@ uuid = "8290d209-cae3-49c0-8002-c8c24d57dab5"
version = "0.5.2"

[[deps.TimeZones]]
deps = ["Artifacts", "Dates", "Downloads", "InlineStrings", "LazyArtifacts", "Mocking", "Printf", "Scratch", "TZJData", "Unicode", "p7zip_jll"]
git-tree-sha1 = "89e64d61ef3cd9e80f7fc12b7d13db2d75a23c03"
deps = ["Artifacts", "Dates", "Downloads", "InlineStrings", "Mocking", "Printf", "Scratch", "TZJData", "Unicode", "p7zip_jll"]
git-tree-sha1 = "6f2a9362603a79a916c54a10fc7c9a4ff2ca0848"
repo-rev = "cldr"
repo-url = "https://github.com/visr/TimeZones.jl"
uuid = "f269a46b-ccf7-5d73-abea-4c690281aa53"
version = "1.13.0"
weakdeps = ["RecipesBase"]
Expand Down
1 change: 0 additions & 1 deletion build/create_binaries/src/create_binaries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using LibGit2

export build_app, build_lib

include("strip_cldr.jl")
include("add_metadata.jl")
include("create_app.jl")
include("create_lib.jl")
Expand Down
25 changes: 0 additions & 25 deletions build/create_binaries/src/strip_cldr.jl

This file was deleted.

0 comments on commit d6e585a

Please sign in to comment.