Skip to content

Releases: julia-actions/julia-buildpkg

v1.6.0: show tip if depot caching isn't detected

05 Jan 19:44
90dd6f2
Compare
Choose a tag to compare

What's Changed

  • add suggestion to use cache if no depot is detected by @IanButterworth in #41
    Disable with ignore-no-cache: true

Dep Updates

Full Changelog: v1.5...v1.6.0

v1.5.0: Add support for local registries

08 Nov 08:57
5484b0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4...v1.5.0

v1.4.4: Add a retry around Pkg.build

26 Sep 07:22
00f9fd6
Compare
Choose a tag to compare

The previous tag v1.4.3 was pointing to the wrong commit, see #36 for details.

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.4

v1.4.3: Add a retry around Pkg.build

22 Sep 09:44
Compare
Choose a tag to compare

v1.4.2: Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps

13 Mar 17:35
72ddd0f
Compare
Choose a tag to compare

What's Changed

  • Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps. by @fredrikekre in #33

Full Changelog: v1.4.1...v1.4.2

v1.4.1: Revert shortcut for missing deps/build.jl file

13 Mar 12:11
7c59a05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0: Use eager Pkg server registry

13 Mar 11:25
fcafde1
Compare
Choose a tag to compare

What's Changed

  • Use eager Pkg server registry instead of git cloning by @fredrikekre in #31

New Contributors

Full Changelog: v1.3...v1.4.0

v1.3.2: Bug fix of bug introduced in 1.3.1

20 Dec 10:53
252d468
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1: Detect if the registry is already installed via tarball

19 Dec 00:18
f813042
Compare
Choose a tag to compare

What's Changed

  • Support detecting if the registry is already installed via tarball by @IanButterworth in #25

Full Changelog: v1.3.0...v1.3.1

v1.3.0: Disable autoprecompile by default

17 Dec 17:37
139ec78
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2...v1.3.0