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

Use ccache in the default devShell #9238

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

Commits on Oct 5, 2022

  1. Update flake.nix

    Atry committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    76b93b5 View commit details
    Browse the repository at this point in the history
  2. Manually pass isDefaultStdlib

    Atry committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    642f5d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cefdec2 View commit details
    Browse the repository at this point in the history
  4. Configure ccache

    Atry committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c5ac987 View commit details
    Browse the repository at this point in the history
  5. Set CCACHE_DIR

    Atry committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    054233a View commit details
    Browse the repository at this point in the history
  6. Fix nix syntax errors

    Atry committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6164f1c View commit details
    Browse the repository at this point in the history
  7. Add finalAttrs: previousAttrs:

    Atry committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    8deefcd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Add ccache to devShells.default

    Atry committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a20b0a6 View commit details
    Browse the repository at this point in the history
  2. Initialize ccache in Dockerfile

    Atry committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0312c69 View commit details
    Browse the repository at this point in the history
  3. Add sudo

    Atry committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e573f0e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Update flake.nix

    Atry committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f91e0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4cb668 View commit details
    Browse the repository at this point in the history
  3. Increase CCACHE_MAXSIZE

    Atry committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3992a13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c799c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Switch to sccache

    Atry committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    935ba41 View commit details
    Browse the repository at this point in the history
  2. Switch to CMAKE_TOOLCHAIN_FILE

    Atry committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    73ad433 View commit details
    Browse the repository at this point in the history
  3. Minor changes

    Atry committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    799544c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    3dbb117 View commit details
    Browse the repository at this point in the history