Skip to content

Commit fccf6f4

Browse files
committed
remove the unused Dockerfile and devcloud workflow
1 parent 49cc544 commit fccf6f4

File tree

3 files changed

+3
-41
lines changed

3 files changed

+3
-41
lines changed

.github/workflows/devcloud.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

scripts/daily.sh renamed to scripts/build_run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#
55
# SPDX-License-Identifier: BSD-3-Clause
66

7+
export CXX=icpx
8+
export CC=icx
9+
710
cmake -B build -DENABLE_SYCL=on
811
cmake --build build -j
912

0 commit comments

Comments
 (0)