Skip to content

Commit

Permalink
vendored build
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalonen committed Dec 15, 2024
1 parent 1bd8df3 commit 8657b2a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- master
- master
pull_request:
branches:
- master
- master
name: Continuous Integration

jobs:
Expand Down Expand Up @@ -40,6 +40,8 @@ jobs:
use-cross: ${{ matrix.job.use-cross }}
toolchain: ${{ matrix.rust }}
args: --target ${{ matrix.job.target }}
env:
LIBCEC_VENDORED: "1"

rustfmt:
name: Rustfmt
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
[build.env]
passthrough = [
"SCCACHE_ERROR_LOG",
"SCCACHE_LOG",
"SCCACHE_AZURE_CONNECTION_STRING",
"SCCACHE_AZURE_BLOB_CONTAINER",
"SCCACHE_DIR",
"MAJOR_VERSION",
"SRC_PATH",
"DEST_PATH",
"RUST_BACKTRACE",
"LIBCEC_VENDORED",
"LIBCEC_NO_VENDOR",
"LIBCEC_STATIC",
]
[build]
default-target = "armv7-unknown-linux-gnueabihf"
pre-build = [
Expand Down

0 comments on commit 8657b2a

Please sign in to comment.