Skip to content

Commit 13932bb

Browse files
authored
Merge pull request #61 from fjtrujy/gcc15_1
Upgrading toolchain to GCC 15.1
2 parents 6bcab5c + 3d1e693 commit 13932bb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/compilation.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,16 @@ jobs:
6363
mips64r5900el-ps2-elf-as --version
6464
mips64r5900el-ps2-elf-ld --version
6565
mips64r5900el-ps2-elf-gcc --version
66+
67+
- name: Get short SHA
68+
id: slug
69+
run: echo "sha8=${MSYSTEM}-sha[$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
70+
71+
- name: Prepare ps2dev folder
72+
run: |
73+
tar -zcvf ps2dev-${{matrix.os[0]}}.tar.gz ps2dev
74+
75+
- uses: actions/upload-artifact@v4
76+
with:
77+
name: ps2dev-${{matrix.os[0]}}-ps2dev-${{matrix.os[1]}}-${{ steps.slug.outputs.sha8 }}
78+
path: ps2dev-${{matrix.os[0]}}.tar.gz

config/ps2toolchain-ee-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PS2TOOLCHAIN_EE_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git"
44
PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="ee-v2.44.0"
55
PS2TOOLCHAIN_EE_GCC_REPO_URL="https://github.com/ps2dev/gcc.git"
6-
PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v14.2.0"
6+
PS2TOOLCHAIN_EE_GCC_DEFAULT_REPO_REF="ee-v15.1.0"
77
PS2TOOLCHAIN_EE_NEWLIB_REPO_URL="https://github.com/ps2dev/newlib.git"
88
PS2TOOLCHAIN_EE_NEWLIB_DEFAULT_REPO_REF="ee-v4.5.0"
99
PS2TOOLCHAIN_EE_PTHREAD_EMBEDDED_REPO_URL="https://github.com/ps2dev/pthread-embedded.git"

0 commit comments

Comments
 (0)