Bump CI | Update entrypoint.sh for toolchain image
This commit is contained in:
@@ -12,7 +12,7 @@ parameters:
|
|||||||
executors:
|
executors:
|
||||||
main-env:
|
main-env:
|
||||||
docker:
|
docker:
|
||||||
- image: ucbbar/chipyard-ci-image:c29770
|
- image: ucbbar/chipyard-ci-image:03650a
|
||||||
environment:
|
environment:
|
||||||
JVM_OPTS: -Xmx3200m # Customize the JVM maximum heap limit
|
JVM_OPTS: -Xmx3200m # Customize the JVM maximum heap limit
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
# used with the dockerfile to set up enviroment variables by running env.sh
|
# 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
|
# 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 "$@"
|
exec "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user