Skip to content

Tags: ettersi/Yggdrasil

Tags

LLVMBootstrap-v11.0.1

Toggle LLVMBootstrap-v11.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

PlatformSupport-v2021.1.28

Toggle PlatformSupport-v2021.1.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Cuba] Update to v4.2.1 (JuliaPackaging#2466)

GCCBootstrap-v6.1.0+4

Toggle GCCBootstrap-v6.1.0+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump LLVM and Clang (JuliaPackaging#2451)

GCCBootstrap-v5.2.0+4

Toggle GCCBootstrap-v5.2.0+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump LLVM and Clang (JuliaPackaging#2451)

GCCBootstrap-v4.8.5+6

Toggle GCCBootstrap-v4.8.5+6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump LLVM and Clang (JuliaPackaging#2451)

Rootfs-v2021.1.22

Toggle Rootfs-v2021.1.22's commit message
Improve `recursively_regenerate_jlls.jl`

* Can now generate a temporary environment for you with all the
newly-regenerated JLLs

* properly de-jll's a parameter

PlatformSupport-v2021.1.22

Toggle PlatformSupport-v2021.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
LibGit2: fix for hostkey patch (JuliaPackaging#2434)

The previous version worked for explicit `ssh://` URLs but not for
`user@host` URLs that don't explicitly have the ssh protocol because the
`urldata` structure didn't have a `proto` field initialized. But we
don't actually need to use the `git_net_url_is_default_port` helper
since we already know that we're connecting via SSH. This version just
compares the `urldata.port` value with `SSH_DEFAULT_PORT` instead.

GCCBootstrap-v8.1.0+4

Toggle GCCBootstrap-v8.1.0+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[qwtw] 3D lines/surfaces added (for linux only) (JuliaPackaging#2417)

GCCBootstrap-v7.1.0+4

Toggle GCCBootstrap-v7.1.0+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[qwtw] 3D lines/surfaces added (for linux only) (JuliaPackaging#2417)

RustToolchain-v1.49.0

Toggle RustToolchain-v1.49.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[RootFS] Install `samurai` instead of `ninja` (JuliaPackaging#2356)

Co-authored-by: Elliot Saba <staticfloat@gmail.com>