Skip to content

Commit

Permalink
gcc13 as build machine
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed May 26, 2024
1 parent 38e4a91 commit ff5d853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ubuntu",
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"postCreateCommand": "./ubuntu-prereqs.sh && ./setup-crosstool-ng.sh && sudo ln -sf /home/runner/work/qmk_toolchains/qmk_toolchains /t",
"workspaceFolder": "/home/runner/work/qmk_toolchains/qmk_toolchains", // matches GHA runner location
"workspaceMount": "source=${localWorkspaceFolder},target=/home/runner/work/qmk_toolchains/qmk_toolchains,type=bind"
"postCreateCommand": "./ubuntu-prereqs.sh && ./setup-crosstool-ng.sh",
"workspaceFolder": "/t", // matches GHA runner location
"workspaceMount": "source=${localWorkspaceFolder},target=/t,type=bind"
}
4 changes: 2 additions & 2 deletions common.bashinc
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ function build_one() {
-e 's/^.*CT_GCC_later_than_.*$/# CT_GCC_later_than_???? is not set/' \
-e 's/^.*CT_GCC_older_than_.*$/# CT_GCC_older_than_???? is not set/' \
.config
echo "CT_GCC_V_10=y" >>.config
echo "CT_GCC_VERSION=\"10.5.0\"" >>.config
echo "CT_GCC_V_13=y" >>.config
echo "CT_GCC_VERSION=\"13.2.0\"" >>.config
fi

ct-ng olddefconfig
Expand Down

0 comments on commit ff5d853

Please sign in to comment.