Bump CI | Update entrypoint.sh for toolchain image

This commit is contained in:
Abraham Gonzalez
2021-05-11 17:29:07 -05:00
parent 03650a2028
commit 86593e2948
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ parameters:
executors:
main-env:
docker:
- image: ucbbar/chipyard-ci-image:c29770
- image: ucbbar/chipyard-ci-image:03650a
environment:
JVM_OPTS: -Xmx3200m # Customize the JVM maximum heap limit

View File

@@ -3,6 +3,6 @@
# used with the dockerfile to set up enviroment variables by running env.sh
# adapted from https://stackoverflow.com/questions/55921914/how-to-source-a-script-with-environment-variables-in-a-docker-build-process
. /home/riscvuser/chipyard/env.sh
. /root/chipyard/env.sh
exec "$@"