Skip to content

Commit e871175

Browse files
authored
Merge branch 'devel' into do/release_4_4_0
2 parents 9b8991c + 3ab1b2e commit e871175

File tree

5 files changed

+14
-98
lines changed

5 files changed

+14
-98
lines changed

.github/workflows/integrate.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,6 @@ jobs:
412412
cmake --build build --config Release --target test_integration
413413
414414
415-
416-
417-
418415
integrate-static-linux-ICX:
419416
secrets: inherit
420417
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
@@ -537,7 +534,6 @@ jobs:
537534
with:
538535
image: embree/ubuntu:24.04
539536
runs-on: '[ "Linux", "docker", "build" ]'
540-
project: embree
541537
dpcpp-version: intel/2025.0
542538
artifact-out: integrate-sycl-linux-ICX
543539
artifact-path: ./build/*.tar.gz
@@ -554,7 +550,6 @@ jobs:
554550
image: embree/ubuntu:24.04
555551
options: --device=/dev/dri:/dev/dri
556552
runs-on: '[ "Linux", "docker", "dg2" ]'
557-
project: embree
558553
env-from-files: ./.github/workflows/gfx-ubuntu24-public.env
559554
dpcpp-version: intel/2025.0
560555
artifact-in: integrate-sycl-linux-ICX
@@ -569,29 +564,27 @@ jobs:
569564
with:
570565
image: embree/ubuntu:24.04
571566
runs-on: '[ "Linux", "docker", "build" ]'
572-
project: embree
573567
env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env
574-
artifact-out: linux-DG2-JIT-PUBLIC-build
568+
artifact-out: integrate-sycl-linux-DPCPP
575569
artifact-path: ./build/*.tar.gz
576570
cmd: |
577571
module load cmake/3.25.3
578572
cmake --preset integrate-sycl-linux-dpcpp -DCMAKE_BUILD_TYPE=Release
579573
cmake --build build --config Release --target build
580574
581-
istegrate-sycl-linux-DPCPP-test:
575+
integrate-sycl-linux-DPCPP-test:
582576
secrets: inherit
583577
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
584578
needs: [ "integrate-sycl-linux-DPCPP" ]
585579
with:
586580
image: embree/ubuntu:24.04
587581
options: --device=/dev/dri:/dev/dri
588582
runs-on: '[ "Linux", "docker", "dg2" ]'
589-
project: embree
590583
env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-ubuntu24-public.env
591584
artifact-in: integrate-sycl-linux-DPCPP
592585
cmd: |
593586
module load cmake/3.25.3
594-
cmake --preset integrate-sycl-linux-dpcpp -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-icx
587+
cmake --preset integrate-sycl-linux-dpcpp -DCMAKE_BUILD_TYPE=Release -DEMBREE_TESTING_INTEGRATION_PRESET=test-linux-clang
595588
cmake --build build --config Release --target test_integration
596589
597590
@@ -637,8 +630,6 @@ jobs:
637630
638631
639632
640-
641-
642633
# TODO: cant find tbb/tbb.h ???
643634
integrate-macos-CLANG:
644635
secrets: inherit

.github/workflows/release.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -262,22 +262,3 @@ jobs:
262262
artifact-in-macos: release-macosx-arm
263263
path: "build/*.zip"
264264
artifact-out-name: "antivirus-scan-arm"
265-
266-
#####################################################################
267-
# Testing package
268-
#####################################################################
269-
test-package:
270-
secrets: inherit
271-
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
272-
needs: [release-linux]
273-
with:
274-
image: embree/ubuntu:22.04
275-
runs-on: '[ "Linux", "docker", "dg2" ]'
276-
project: embree
277-
env-from-files: ./.github/workflows/gfx-ubuntu22-public.env
278-
artifact-in: release-linux
279-
artifact-out: release-testing-PACKAGE-ZIP
280-
artifact-path: ./build/*.tar.gz
281-
cmd: |
282-
rm build/embree-4.4.0.x86_64.linux.tar.gz
283-
mv build/embree-4.4.0.x86_64.linux-testing.tar.gz build/embree-4.4.0-testing.tar.gz

.gitlab-ci.yml

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

scripts/cmake-presets/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@
8686
"name": "package-windows",
8787
"hidden": true,
8888
"inherits": ["package", "windows"],
89+
"cacheVariables": {
90+
"CMAKE_INSTALL_DATAROOTDIR": ""
91+
}
92+
},
93+
{
94+
"name": "package-windows-signed",
95+
"hidden": true,
96+
"inherits": ["package", "windows"],
8997
"cacheVariables": {
9098
"CMAKE_INSTALL_DATAROOTDIR": "",
9199
"EMBREE_SIGN_FILE": "$env{SIGN_FILE_WINDOWS}"
@@ -96,8 +104,7 @@
96104
"hidden": true,
97105
"inherits": ["package-static", "windows"],
98106
"cacheVariables": {
99-
"CMAKE_INSTALL_DATAROOTDIR": "",
100-
"EMBREE_SIGN_FILE": "$env{SIGN_FILE_WINDOWS}"
107+
"CMAKE_INSTALL_DATAROOTDIR": ""
101108
}
102109
}
103110
]

scripts/cmake-presets/release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"configurePresets": [
1515
{
1616
"name": "release-windows",
17-
"inherits": ["package-windows", "env", "dpcpp-windows", "ispc1_23_0", "tbb2021_11_0"],
17+
"inherits": ["package-windows-signed", "env", "dpcpp-windows", "ispc1_23_0", "tbb2021_11_0"],
1818
"binaryDir": "${sourceDir}/build",
1919
"cacheVariables": {
2020
"CMAKE_BUILD_TYPE": "Release",
@@ -53,7 +53,7 @@
5353

5454
{
5555
"name": "release-windows-sycl",
56-
"inherits": ["package-windows", "env", "dpcpp-windows", "ispc1_23_0", "tbb2021_11_0"],
56+
"inherits": ["package-windows-signed", "env", "dpcpp-windows", "ispc1_23_0", "tbb2021_11_0"],
5757
"binaryDir": "${sourceDir}/build",
5858
"cacheVariables": {
5959
"CMAKE_BUILD_TYPE": "Release",

0 commit comments

Comments
 (0)