File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3333 imagefile : ubuntu2404_intel_drivers
3434 tag : devigc
3535 build_args : |
36- "use_latest =false"
36+ "use_unstable_driver =false"
3737 "use_igc_dev=true"
3838 steps :
3939 - name : Checkout
Original file line number Diff line number Diff line change @@ -54,22 +54,22 @@ jobs:
5454 - name : Intel Drivers Ubuntu 22.04 Docker image
5555 file : ubuntu2204_intel_drivers
5656 tag : latest
57- build_args : " use_latest =false"
57+ build_args : " use_unstable_driver =false"
5858 - name : Intel Drivers Ubuntu 24.04 Docker image
5959 file : ubuntu2404_intel_drivers
6060 tag : latest
61- build_args : " use_latest =false"
61+ build_args : " use_unstable_driver =false"
6262 - name : Intel Drivers (unstable) Ubuntu 24.04 Docker image
6363 file : ubuntu2404_intel_drivers
6464 tag : unstable
65- build_args : " use_latest =true"
65+ build_args : " use_unstable_driver =true"
6666 - name : Build + Intel Drivers Ubuntu 22.04 Docker image
6767 file : ubuntu2204_intel_drivers
6868 tag : alldeps
6969 build_args : |
7070 base_image=ghcr.io/intel/llvm/ubuntu2204_build
7171 base_tag=latest
72- use_latest =false
72+ use_unstable_driver =false
7373 steps :
7474 - name : Checkout
7575 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM $base_image:$base_tag
55
66ENV DEBIAN_FRONTEND=noninteractive
77
8- ARG use_latest =true
8+ ARG use_unstable_driver =true
99
1010USER root
1111
@@ -18,7 +18,7 @@ COPY dependencies.json /
1818RUN mkdir /runtimes
1919ENV INSTALL_LOCATION=/runtimes
2020RUN --mount=type=secret,id=github_token \
21- if [ "$use_latest " = "true" ]; then \
21+ if [ "$use_unstable_driver " = "true" ]; then \
2222 install_driver_opt=" --use-latest" ; \
2323 else \
2424 install_driver_opt=" dependencies.json" ; \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM $base_image:$base_tag
55
66ENV DEBIAN_FRONTEND=noninteractive
77
8- ARG use_latest =true
8+ ARG use_unstable_driver =true
99
1010USER root
1111
@@ -18,7 +18,7 @@ COPY dependencies.json /
1818RUN mkdir /runtimes
1919ENV INSTALL_LOCATION=/runtimes
2020RUN --mount=type=secret,id=github_token \
21- if [ "$use_latest " = "true" ]; then \
21+ if [ "$use_unstable_driver " = "true" ]; then \
2222 install_driver_opt=" --use-latest" ; \
2323 else \
2424 install_driver_opt=" dependencies.json" ; \
You can’t perform that action at this time.
0 commit comments