FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
unified-memory-framework/.github/scripts/alpine_build.sh at main · oneapi-src/unified-memory-framework · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
oneapi-src
/
unified-memory-framework
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
96
Code
Issues
54
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
unified-memory-framework
/
.github
/
scripts
/
alpine_build.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
17 lines (12 loc) · 450 Bytes
Breadcrumbs
unified-memory-framework
/
.github
/
scripts
/
alpine_build.sh
Copy path
File metadata and controls
executable file
·
17 lines (12 loc) · 450 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!
/bin/bash
#
Copyright (C) 2025 Intel Corporation
#
Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
#
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
alpine_build.sh - Script for building UMF on Alpine image
set
-e
UMF_BUILD_TYPE=
$1
WORKDIR=
$2
sudo chown
$USER
$WORKDIR
cd
unified-memory-framework
cmake -B build -DCMAKE_BUILD_TYPE=
$UMF_BUILD_TYPE
-DUMF_BUILD_TESTS=ON -DUMF_BUILD_EXAMPLES=ON
cmake --build build
Back
|
FazBrowse Home
|
New Git URL