This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Commit e541020 1 parent c63b692 commit e541020 Copy full SHA for e541020
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build_amd64 :
13
- name : Build WasmEdge-storage using g ++ on amd64 platform
13
+ name : Build WasmEdge-storage using clang ++ on amd64 platform
14
14
runs-on : ubuntu-latest
15
15
container :
16
- image : wasmedge/wasmedge:ubuntu-build-gcc
16
+ image : wasmedge/wasmedge:ubuntu-build-clang
17
17
steps :
18
18
- name : Checkout code
19
19
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 10
10
name : Create Release
11
11
runs-on : ubuntu-latest
12
12
container :
13
- image : wasmedge/wasmedge:ubuntu-build-gcc
13
+ image : wasmedge/wasmedge:ubuntu-build-clang
14
14
outputs :
15
15
version : ${{ steps.prep.outputs.version }}
16
16
upload_url : ${{ steps.create_release.outputs.upload_url }}
@@ -35,11 +35,11 @@ jobs:
35
35
draft : true
36
36
prerelease : false
37
37
build_and_upload_amd64 :
38
- name : Build WasmEdge-storage using g ++ on amd64 platform
38
+ name : Build WasmEdge-storage using clang ++ on amd64 platform
39
39
needs : [create]
40
40
runs-on : ubuntu-latest
41
41
container :
42
- image : wasmedge/wasmedge:ubuntu-build-gcc
42
+ image : wasmedge/wasmedge:ubuntu-build-clang
43
43
steps :
44
44
- name : Checkout code
45
45
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments