Merge commit '48d60ab7c5
' into libgccjit-codegen
This commit is contained in:
commit
df487317d0
24 changed files with 774 additions and 387 deletions
|
@ -1,2 +0,0 @@
|
|||
github: antoyo
|
||||
patreon: antoyo
|
|
@ -31,7 +31,9 @@ jobs:
|
|||
ln gcc-build/libgccjit.so gcc-build/libgccjit.so.0
|
||||
|
||||
- name: Set LIBRARY_PATH
|
||||
run: echo "LIBRARY_PATH=$(cat gcc_path)" >> $GITHUB_ENV
|
||||
run: |
|
||||
echo "LIBRARY_PATH=$(cat gcc_path)" >> $GITHUB_ENV
|
||||
echo "LD_LIBRARY_PATH=$(cat gcc_path)" >> $GITHUB_ENV
|
||||
|
||||
# https://github.com/actions/cache/issues/133
|
||||
- name: Fixup owner of ~/.cargo/
|
||||
|
@ -66,6 +68,7 @@ jobs:
|
|||
run: |
|
||||
./prepare_build.sh
|
||||
./build.sh
|
||||
cargo test
|
||||
./clean_all.sh
|
||||
|
||||
- name: Prepare dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue