Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 6, 2024
1 parent d3caa36 commit 34dee92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/server-buildpackage-rust.child.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,19 @@ jobs:
echo "GSTREAMER_RUST_PATCH_DIR=$PWD/server/gst-plugins-rs" >>$GITHUB_ENV
echo "JOB_TIMESTAMP=$(date --utc +%Y%m%d%H%M%S)" >>$GITHUB_ENV
# Action: https://github.com/actions/download-artifact
- name: "Copy artifacts from previous jobs"
id: "copy-artifacts"
if: ${{ inputs.copyArtifacts }}
uses: "actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a" # v3.0.2
with:
name: "artifacts"
path: "artifacts/"

- name: "Run job script"
env:
JOB_GIT_REPO: "${{ inputs.jobGitRepo }}"
JOB_GIT_NAME: "${{ inputs.jobGitName }}"
JOB_DISTRO: "${{ matrix.jobDistro }}"
JOB_RELEASE: "${{ inputs.jobRelease }}"
DISABLE_APT_PROXY: "true"
Expand Down
1 change: 1 addition & 0 deletions ci-scripts/ci_job_package_gst_rust_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ mkdir tmpRepo
cd tmpRepo
git clone $JOB_GIT_REPO
cd *
git checkout $JOB_GIT_NAME
git apply "$GSTREAMER_RUST_PATCH_DIR"/debian.diff


Expand Down

0 comments on commit 34dee92

Please sign in to comment.