Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set .jl sources as read-only during installation #55524

Merged
merged 4 commits into from
Aug 19, 2024
Merged

Commits on Aug 18, 2024

  1. Set .jl sources as read-only during installation

    This sets all `.jl` files in `$(prefix)/base` and `$(prefix)/test` to have `0444` permissions, to better match how `Pkg` installs packages (and sets them to be read-only).
    
    Fixes JuliaLang/juliaup#865
    staticfloat authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a6343d1 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    staticfloat authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    3df53bb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Apply suggestions from code review

    Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
    staticfloat and giordano authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    085cc34 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    staticfloat authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    242a017 View commit details
    Browse the repository at this point in the history