Skip to content

Commit

Permalink
Fix physical_memory exports. (#47859)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Dec 10, 2022
1 parent 05328b8 commit 5a6c808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/sysinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export BINDIR,
loadavg,
free_memory,
total_memory,
physical_free_memory,
physical_total_memory,
free_physical_memory,
total_physical_memory,
isapple,
isbsd,
isdragonfly,
Expand Down

2 comments on commit 5a6c808

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = 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 new issues were detected. A full report can be found here.

Please sign in to comment.