Skip to content

Commit b3ebd07

Browse files
authored
Merge pull request #6148 from wilzbach/fix-18409
Fix Issue 18409 - DScanner SEGFAULTS on CircleCI merged-on-behalf-of: Jack Stouffer <[email protected]>
2 parents 5854e61 + f1926da commit b3ebd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ROOT_OF_THEM_ALL = generated
8282
ROOT = $(ROOT_OF_THEM_ALL)/$(OS)/$(BUILD)/$(MODEL)
8383
DUB=dub
8484
TOOLS_DIR=../tools
85-
DSCANNER_HASH=6ba40537532fd795e83db0a7c8609512decdefc5
85+
DSCANNER_HASH=14373300d9d03ad4817c12a1bacb2e414837c5e7
8686
DSCANNER_DIR=../dscanner-$(DSCANNER_HASH)
8787

8888
# Set DRUNTIME name and full path

0 commit comments

Comments
 (0)