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

Silence crosstool logs #1

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/sgdk-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
# Without this option, an image built by one step is not available
# locally for the next step.
driver: docker

- name: Login to GHCR (only on push event)
if: github.event_name == 'push'
Expand Down Expand Up @@ -98,7 +102,7 @@ jobs:

# Right after forking SGDK, the fork will not have a GCC image.
# We may need to fetch the latest from upstream before building SGDK.
- name: Bootstrap m68k GCC
- name: Bootstrap m68k GCC (only if not changed)
if: steps.changed-files.outputs.gcc_any_changed == 'false'
run: |
# Pull from the user's fork, fall back to the upstream repo.
Expand Down
1 change: 1 addition & 0 deletions deps/samples/m68k-elf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ CT_LIBC_NONE=y
CT_COMP_TOOLS_AUTOCONF=y
CT_COMP_TOOLS_AUTOMAKE=y
CT_COMP_TOOLS_LIBTOOL=y
CT_LOG_PROGRESS_BAR=n