Skip to content

Commit

Permalink
[gccjit] record hash
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Dec 2, 2024
1 parent 412ac5d commit 937e9b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-gccjit-trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:

- name: Build GCCJIT
run: |
git clone --depth=1 https://github.com/gcc-mirror/gcc
git clone https://github.com/gcc-mirror/gcc
pushd gcc
git checkout 4df8e6fc0cbc8358f88e81bb64b790af2a848a35
popd
mkdir gcc-build
mkdir gcc-install
export PREFIX=$(pwd)/gcc-install
Expand Down

0 comments on commit 937e9b9

Please sign in to comment.