Skip to content

Commit fa31481

Browse files
committed
Update kokkos
Signed-off-by: Maarten Arnst <maarten.arnst@uliege.be>
1 parent 7b4f0aa commit fa31481

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
with:
242242
context: .
243243
platforms: ${{ matrix.platforms }}
244-
push: ${{ github.ref == 'refs/heads/main' }}
244+
push: true #${{ github.ref == 'refs/heads/main' }}
245245
file: docker/dockerfile.backend
246246
tags: ${{ steps.compute-tag.outputs.tag }}
247247
cache-from: type=registry,ref=${{ steps.compute-tag.outputs.tag }}

dependencies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"googletest": "1.18.0",
77
"hpx": "1.11.0",
88
"kokkos": {
9-
"sha": "1a270d792150b24bf28d085d4007e5d3851759bf",
9+
"sha": "e511cd4f64f6d77a3b3a24933b87073bfc397820",
1010
"username": "kokkos"
1111
},
1212
"kokkos-utils": {
13-
"sha": "de3658e81bce18ecc961337974603e340f408a97"
13+
"sha": "7355fd802b1640d6930597a2cd9c5a1d3f3b8483"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)