good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 21, 2022
    • battlmonstr's avatar
      Makefile: pass docker build arguments (#4212) · 54cf9326
      battlmonstr authored
      Dockerfile requires some --build-arg options.
      Fix "docker" target to pass them.
      Fix GIT_TAG to reflect the most recent tag related to HEAD, instead of an unrelated most recent tag.
      Use it as the image VERSION.
      
      Image tags need to be passed explicitly if needed:
      
          DOCKER_FLAGS='-t erigon:latest' make docker
      54cf9326
  2. May 10, 2022
  3. May 04, 2022
  4. May 03, 2022
  5. Apr 29, 2022
  6. Apr 22, 2022
  7. Apr 21, 2022
  8. Apr 01, 2022
  9. Mar 21, 2022
  10. Mar 19, 2022
  11. Mar 10, 2022
  12. Mar 07, 2022
  13. Mar 04, 2022
    • battlmonstr's avatar
      Makefile: allow command-specific go.mod files (#3641) · 90b52929
      battlmonstr authored
      The command builds were always using the root go.mod.
      Adding cmd/mycmd/go.mod produced an "package not found" error.
      
      This changes the build to run in the cmd/mycmd directory:
      * If cmd/mycmd/go.mod is present, it is used.
      * Otherwise it builds the main package using the root go.mod as before.
      90b52929
  14. Feb 24, 2022
  15. Feb 22, 2022
  16. Feb 14, 2022
  17. Jan 31, 2022
  18. Jan 23, 2022
  19. Jan 19, 2022
  20. Jan 18, 2022
  21. Dec 26, 2021
  22. Dec 22, 2021
  23. Dec 15, 2021
  24. Nov 23, 2021
  25. Nov 22, 2021
  26. Nov 15, 2021
  27. Oct 31, 2021
  28. Oct 14, 2021
  29. Oct 12, 2021
Loading