Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update distribution-scripts #14648

Merged
merged 2 commits into from
Jun 8, 2024
Merged

Conversation

@straight-shoota straight-shoota added this to the 1.13.0 milestone May 31, 2024
@straight-shoota
Copy link
Member Author

test_dist_linux_on_docker is failing to build std_spec: https://app.circleci.com/pipelines/github/crystal-lang/crystal/15041/workflows/2b53f3b6-1e52-47e9-9054-dd76b6baf6ae/jobs/83688

$ make std_spec clean threads=1 junit_output=.junit/std_spec.xml
Using /usr/bin/llvm-config-18 [version=18.1.3]
./bin/crystal build -D strict_multi_assign -D preview_overload_order --threads 1 -Dwithout_interpreter  --exclude-warnings spec/std --exclude-warnings spec/compiler --exclude-warnings spec/primitives -o .build/std_spec spec/std_spec.cr
.build/std_spec --junit_output .junit/std_spec.xml --order=random   
.build/std_spec: symbol lookup error: .build/std_spec: undefined symbol: __libc_start_main, version Pointer(T)::null:Pointer(BigInt | Float64)
make: *** [Makefile:106: std_spec] Error 127

The error message reminds me of #13193.

@straight-shoota straight-shoota removed this from the 1.13.0 milestone May 31, 2024
@straight-shoota
Copy link
Member Author

straight-shoota commented May 31, 2024

Ah, looks like I forgot to update the ld.lld symlink so the workaround with ld.lld doesn't work.

crystal-lang/distribution-scripts#311

Updates `distribution-scripts` dependency to crystal-lang/distribution-scripts@7a013f1

This includes the following changes:

* crystal-lang/distribution-scripts#311
@straight-shoota
Copy link
Member Author

Fixed now

@straight-shoota straight-shoota added this to the 1.13.0 milestone Jun 6, 2024
@straight-shoota straight-shoota merged commit 7710660 into master Jun 8, 2024
123 checks passed
@straight-shoota straight-shoota deleted the ci/update-distribution-scripts branch June 8, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants