Skip to content

Commit

Permalink
Update latest stable version (#46394)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd authored Aug 18, 2022
1 parent 2d6e3b9 commit f7144f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ and then use the command prompt to change into the resulting julia directory. By
Julia. However, most users should use the [most recent stable version](https://github.com/JuliaLang/julia/releases)
of Julia. You can get this version by running:

git checkout v1.7.3
git checkout v1.8.0

To build the `julia` executable, run `make` from within the julia directory.

Expand Down

4 comments on commit f7144f7

@maleadt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanosoldier runtests(ALL, configuration = (buildflags=["JULIA_BUILD_MODE=debug"], rr=true))

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible issues were detected. A full report can be found here.

@maleadt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanosoldier runtests(ALL, configuration = (buildflags=["JULIA_BUILD_MODE=debug"], rr=true, julia_binary="julia-debug"))

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible issues were detected. A full report can be found here.

Please sign in to comment.