Skip to content

Commit

Permalink
Merge branch 'sunfishcode:main' into loop
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne authored Mar 14, 2024
2 parents fc318fe + 5670c88 commit e7fd59c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
aarch64-unknown-linux-musl
powerpc64le-unknown-linux-gnu
armv5te-unknown-linux-gnueabi
loongarch64-unknown-linux-gnu
- run: cargo check --tests -vv
- run: cargo check --tests -vv --target=x86_64-unknown-linux-musl
- run: cargo check --tests -vv --target=x86_64-unknown-linux-gnux32
Expand All @@ -63,6 +64,7 @@ jobs:
- run: cargo check --tests -vv --target=aarch64-unknown-linux-musl
- run: cargo check --tests -vv --target=powerpc64le-unknown-linux-gnu
- run: cargo check --tests -vv --target=armv5te-unknown-linux-gnueabi
- run: cargo check --tests -vv --target=loongarch64-unknown-linux-gnu

gen:
name: Update generated files
Expand All @@ -73,5 +75,5 @@ jobs:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'
sudo apt install libclang-dev
cd gen && cargo run --release
cd gen && LD_LIBRARY_PATH=/usr/lib/llvm-19/lib cargo run --release
git diff --exit-code

0 comments on commit e7fd59c

Please sign in to comment.