Skip to content

Commit

Permalink
Dependency updates (latest-edge) (canonical#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Nov 19, 2024
2 parents 43c8f6c + 9c05dd3 commit bd9bb80
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ parts:

criu:
source: https://github.com/checkpoint-restore/criu
source-commit: f8b14286b092853a4485813e1efd564109df9123 # v3.19
#source-depth: 1
source-commit: c2b48ff423aa663b3534a5ba96907366e4c1b408 # v4.0
source-depth: 1
source-type: git
plugin: nil
build-packages:
Expand Down Expand Up @@ -317,13 +317,6 @@ parts:
git config user.email "noreply@lists.canonical.com"
git config user.name "LXD snap builder"
# temporary workaround builds on core24
sed -i 's/-Wall -Wformat-security/-Wno-error=format -Wformat-security/g' Makefile
git cherry-pick -x 61828769a2d253a836f116413912176fda29078b # criu: move timers dump/restore code into separate file
git cherry-pick -x 7de0b45729842d828a6cd05093bf6246d2f22a3e # criu: use proper format-specified to accommodate time_t 64-bit change
git cherry-pick -x b384afa0d965e74e3b09467583aba671253140aa # net: Fix TOCTOU race condition in unix_conf_op
make criu
mkdir -p "${CRAFT_PART_INSTALL}/criu/"
cp criu/criu "${CRAFT_PART_INSTALL}/criu/"
Expand Down Expand Up @@ -605,12 +598,12 @@ parts:

nvidia-container:
source: https://github.com/NVIDIA/libnvidia-container
source-commit: 63d366ee3b4183513c310ac557bf31b05b83328f # v1.17.1
source-commit: 63d366ee3b4183513c310ac557bf31b05b83328f # v1.17.2
source-depth: 1
source-type: git
plugin: make
build-environment:
- GIT_TAG: "1.17.1" # Enables source-depth: 1, should match git tag without "v" prefix.
- GIT_TAG: "1.17.2" # Enables source-depth: 1, should match git tag without "v" prefix.
build-packages:
- bmake
- curl
Expand Down Expand Up @@ -650,7 +643,7 @@ parts:
nvidia-container-toolkit:
source: https://github.com/NVIDIA/nvidia-container-toolkit
source-depth: 1
source-commit: a470818ba7d9166be282cd0039dd2fc9b0a34d73 # v1.16.1
source-commit: fa66e4cd562804509055e44a88f666673e6d27c0 # v1.17.2
source-type: git
build-snaps:
- go
Expand Down

0 comments on commit bd9bb80

Please sign in to comment.