Skip to content

Conversation

KristofferC
Copy link
Member

@KristofferC KristofferC commented Nov 27, 2024

It would be better to link to an official URL but those are in 7z format and Artifacts require .tar.gz so I had to repack it (similar to what was earlier done).

Fixes #918

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.23%. Comparing base (fe6d9cb) to head (530576f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1012   +/-   ##
=======================================
  Coverage   86.23%   86.23%           
=======================================
  Files           3        3           
  Lines         799      799           
=======================================
  Hits          689      689           
  Misses        110      110           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@KristofferC
Copy link
Member Author

KristofferC commented Nov 27, 2024

The previous compilers were also repackaged (also by me) so I think this is fine.

@KristofferC KristofferC merged commit 2cf8901 into master Nov 27, 2024
20 checks passed
@KristofferC KristofferC deleted the kc/artifacts branch November 27, 2024 20:31
topolarity added a commit to JuliaLang/julia that referenced this pull request Oct 3, 2025
…50874)"

This reverts commit eb4416b.

As of LLVM 16, we automatically emit:
.drectve `-exclude-symbols:"<symbol>"`

which mitigates this issue where it is supported by the linker (which
is the case for at least GCC 11+ and LLD 14+). PackageCompiler on Windows
now ships GCC 14 (JuliaLang/PackageCompiler.jl#1012),
so we should no longer need this workaround that can make a 15-minute
sysimage compilation take an hour+
topolarity added a commit to JuliaLang/julia that referenced this pull request Oct 3, 2025
…50874)"

This reverts commit eb4416b.

As of LLVM 16, we automatically emit:
.drectve `-exclude-symbols:"<symbol>"`

which mitigates this issue where it is supported by the linker (which
is the case for at least GCC 11+ and LLD 14+). PackageCompiler on Windows
now ships GCC 14 (JuliaLang/PackageCompiler.jl#1012),
so we should no longer need this workaround that can make a 15-minute
sysimage compilation take an hour+
topolarity added a commit to JuliaLang/julia that referenced this pull request Oct 7, 2025
…50874)" (#59736)

This reverts commit eb4416b.

As of LLVM 16, we automatically emit:
```
.drectve `-exclude-symbols:"<symbol>"`
```

which mitigates this issue where it is supported by the linker (GCC 11+
and LLD 14+ are tested working)

PackageCompiler on Windows now ships GCC 14
(JuliaLang/PackageCompiler.jl#1012), so we
should no longer need this workaround that can make a 15-minute sysimage
compilation take an hour+
KristofferC pushed a commit to JuliaLang/julia that referenced this pull request Oct 10, 2025
…50874)" (#59736)

This reverts commit eb4416b.

As of LLVM 16, we automatically emit:
```
.drectve `-exclude-symbols:"<symbol>"`
```

which mitigates this issue where it is supported by the linker (GCC 11+
and LLD 14+ are tested working)

PackageCompiler on Windows now ships GCC 14
(JuliaLang/PackageCompiler.jl#1012), so we
should no longer need this workaround that can make a 15-minute sysimage
compilation take an hour+

(cherry picked from commit 1cba9c2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Need to update Windows compilers for Julia 1.11

1 participant