1. Apr 24, 2024
  2. Apr 23, 2024
  3. Apr 21, 2024
    • Alexander Richardson's avatar
      Fix running `make -C build docker` (#1358) · 444609cb
      Alexander Richardson authored
      Without this change I get the following error:
      `docker: Error response from daemon: create .: volume name is too short,
      names should be at least two alphanumeric characters.`
      
      After fixing that by using `pwd`, I get the following (the w flag is
      added due to `-C build`): `make: *** No rule to make target 'w'`
      Fix this by using -$(MAKEFLAGS). I confirmed that both
      `make -C build docker -j4` and `cd build && make docker -j4` work.
      444609cb
  4. Apr 19, 2024
    • wmat's avatar
      Fixing typo. · 2f88e7d0
      wmat authored
      Deleted erroneously pasted text.  This was previously fixed by #1354 but for some
      reason that fix broke the automated build of the spec.
      2f88e7d0
  5. Apr 18, 2024
  6. Apr 17, 2024
  7. Apr 12, 2024
  8. Apr 11, 2024