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

M1 support for website builds (plus a few component updates) #629

Closed
wants to merge 13 commits into from

Commits on Jul 8, 2022

  1. remove deprecated node-sass module, prefer the sass one

    Signed-off-by: Ross Turk <[email protected]>
    rossturk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    989feb5 View commit details
    Browse the repository at this point in the history
  2. build hugo from source & upgrade node to 16

    Signed-off-by: Ross Turk <[email protected]>
    rossturk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    9c327c3 View commit details
    Browse the repository at this point in the history
  3. specify python3 (because python2 causes issues)

    Signed-off-by: Ross Turk <[email protected]>
    rossturk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    4ab32a3 View commit details
    Browse the repository at this point in the history
  4. fix version number for sass

    Signed-off-by: Ross Turk <[email protected]>
    rossturk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    e6f0136 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c12eebe View commit details
    Browse the repository at this point in the history
  6. address pre-commit issues (oops)

    Signed-off-by: Ross Turk <[email protected]>
    rossturk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    36e8800 View commit details
    Browse the repository at this point in the history
  7. addressing (more) precommit feedback

    Signed-off-by: Ross Turk <[email protected]>
    rossturk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    ca49c24 View commit details
    Browse the repository at this point in the history
  8. updating to buster to avoid golang build

    Signed-off-by: Ross Turk <[email protected]>
    rossturk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    04904d3 View commit details
    Browse the repository at this point in the history
  9. testing to see if rimraf is the issue with CI..

    Signed-off-by: Ross Turk <[email protected]>
    Ross Turk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    d522942 View commit details
    Browse the repository at this point in the history
  10. restore rimraf and remove duplicate indexing

    Signed-off-by: Ross Turk <[email protected]>
    Ross Turk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    b7b66ea View commit details
    Browse the repository at this point in the history
  11. add verbose flag to npm, attempting to troubleshoot CI

    Signed-off-by: Ross Turk <[email protected]>
    Ross Turk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    7c17a0e View commit details
    Browse the repository at this point in the history
  12. enforce yarn as a test to see if this fixes CI

    Signed-off-by: Ross Turk <[email protected]>
    Ross Turk committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    4fd9f30 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. reverting previous tests & trying the second stage back on stretch

    Signed-off-by: Ross Turk <[email protected]>
    Ross Turk committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    bb20298 View commit details
    Browse the repository at this point in the history