Skip to content

Commit e32e082

Browse files
committed
Fix the generated tarball on Mac OS X
We were seeing an error like chapel-1.28.0/compiler/dyno/tools/chpldoc/BUILD_VERSION: Skipping hardlink pointing to itself: chapel-1.28.0/compiler/dyno/tools/chpldoc/BUILD_VERSION It turns out that compiler/dyno/tools/chpldoc/BUILD_VERSION was a symbolic link that we listed twice in the tar command so it was included twice in the tar archive. Changing the gen_release script to include that file only once in the archive solves the problem. --- Signed-off-by: Michael Ferguson <[email protected]>
1 parent 6d21412 commit e32e082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: util/buildRelease/gen_release

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ if (exists($ENV{"CHPL_GEN_RELEASE_NO_CLONE"})) {
135135
"util/start_test",
136136
"util/chpltags",
137137
"compiler/dyno/tools/chpldoc/LICENSE",
138-
"compiler/dyno/tools/chpldoc/BUILD_VERSION",
139138
"compiler/dyno/tools/chpldoc/COPYRIGHT",
140139
"compiler/dyno/include/chpl/config/config.h.cmake",
141140
);

0 commit comments

Comments
 (0)