Skip to content
  1. Jan 23, 2024
    • Matthew Clarkson's avatar
      refactor: change `symlinks` to `links` · 717151db
      Matthew Clarkson authored
      On Windows `ctx.symlink` actually creates hardlinks.
      
      BREAKING CHANGE: `symlinks` in the rule is now `links`
      
      ```diff
       download_archive(
      -    symlinks = {
      +    links = {
               "abc.txt": "def.txt",
           }
       )
      ```
      717151db
  2. Dec 13, 2023
  3. Dec 09, 2023
  4. Dec 08, 2023
  5. Nov 30, 2023
    • Matthew Clarkson's avatar
      feat: remove `coreutils` · f6814300
      Matthew Clarkson authored
      Double down on all hermetic tooling should be provided in `tools`.
      
      `rules_coreutils` should be the ruleset that provides hermetic coreutils,
      not `rules_download`.
      
      Users should only pay for what they use and if they never use core utilities,
      we download it everytime.
      f6814300
  6. Nov 16, 2023
Loading