Skip to content

Commit

Permalink
Merge pull request #47 from pika-org/stdexec-update-b39a506096900de40…
Browse files Browse the repository at this point in the history
…74ee556867a3805bd8351bd

Update stdexec commit to `b39a506096900de4074ee556867a3805bd8351bd`
  • Loading branch information
msimberg authored Apr 25, 2024
2 parents c0099cf + acc9ec8 commit 0070b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
branches: main

env:
base_image_version: 24
base_image_version: 25
base_image_name: pika-ci-base
hip_base_image_version: 21
hip_image_version: 15
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN apt-get update && apt-get dist-upgrade --yes && \
cd /tmp && \
git clone https://github.com/NVIDIA/stdexec.git && \
cd stdexec && \
git checkout 4b441f333adaeb8eb0a6c7f38d36af30fa7ab366 && \
git checkout b39a506096900de4074ee556867a3805bd8351bd && \
cmake . && \
make install && \
cd /tmp && \
Expand Down

0 comments on commit 0070b02

Please sign in to comment.