File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 id : check-cache
1818 uses : actions/cache@main
1919 with :
20- key : gcc-15.2.0-4
20+ key : gcc-15.2.0-6
2121 lookup-only : true
2222 path : |
2323 /tmp/x86_64-linux-gnu.tar.xz
3636 if : ${{ steps.check-cache.outputs.cache-hit != 'true' }}
3737 uses : actions/cache@main
3838 with :
39- key : gcc-15.2.0-4
39+ key : gcc-15.2.0-6
4040 path : |
4141 /tmp/x86_64-linux-gnu.tar.xz
4242 /tmp/x86_64-linux-gnu.tar.xz.sha256
@@ -103,7 +103,7 @@ jobs:
103103 - name : Restore from cache
104104 uses : actions/cache@main
105105 with :
106- key : gcc-15.2.0-4
106+ key : gcc-15.2.0-6
107107 fail-on-cache-miss : true
108108 path : |
109109 /tmp/x86_64-linux-gnu.tar.xz
Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ make \
508508 LDFLAGS=" ${linkflags} "
509509
510510for target in " ${targets[@]} " ; do
511- declare specs=' -Xlinker --disable-new-dtags'
511+ declare specs=' %{!ftrivial-auto-var-init*:-ftrivial-auto-var-init=zero} -Xlinker --disable-new-dtags'
512512 declare hash_style=' both'
513513
514514 source " ${workdir} /${target} .sh"
You can’t perform that action at this time.
0 commit comments