Skip to content

Commit

Permalink
Set riscv-gnu-toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-Guest committed Jun 5, 2024
1 parent d55fcf9 commit d8ae1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/with-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ runs:
CONTAINER_NAME=${{ inputs.container-name }}
TAG=runtimeverificationinc/${CONTAINER_NAME}
K_VERSION=$(cat deps/k_release)
TOOLCHAIN_VERSION=$(cat deps/riscv-gnu-toolchain_release)
docker build . \
--file .github/actions/with-docker/Dockerfile \
--tag ${TAG} \
--build-arg K_VERSION=${K_VERSION}
--build-arg TOOLCHAIN_VERSION=${TOOLCHAIN_VERSION}
docker run \
--name ${CONTAINER_NAME} \
--rm \
Expand Down
1 change: 1 addition & 0 deletions deps/riscv-gnu-toolchain_release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024.04.12

0 comments on commit d8ae1e8

Please sign in to comment.