File tree 4 files changed +5
-284
lines changed
4 files changed +5
-284
lines changed Original file line number Diff line number Diff line change 35
35
# only do it when it hits the default branch
36
36
# this artifact is consumed by the release job
37
37
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
38
- uses : actions/upload-artifact@v3
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : ssa-query-macos-x86-64-arm64
41
41
path : ${{ github.workspace }}/souffle/bin/macos-x86-64-arm64/ssa-query-macos-x86-64-arm64
@@ -135,7 +135,7 @@ jobs:
135
135
run : |
136
136
cd $GITHUB_WORKSPACE/souffle && rm -r bin/ && ./build-all-with-docker.sh
137
137
- name : Fetch macos binary
138
- uses : actions/download-artifact@master
138
+ uses : actions/download-artifact@v4
139
139
with :
140
140
name : ssa-query-macos-x86-64-arm64
141
141
path : ${{ github.workspace }}/souffle/bin/macos-x86-64-arm64/
Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ It is possible to develop and test `net-ssa` without installing any dependency i
44
44
2 . ` cd net-ssa `
45
45
3 . ` git lfs checkout `
46
46
* Install [ git lfs] ( https://git-lfs.github.com/ )
47
- 4 . ` ./scripts /build-image.sh `
48
- 5 . ` ./scripts /tmp-container.sh `
47
+ 4 . ` ./ci /build-image.sh `
48
+ 5 . ` ./ci /tmp-container.sh `
49
49
* This is now an interactive and temporary container.
50
50
* The host's folder containing the repository is shared with the container. In the container, this is located at ` /home/ubuntu/net-ssa/ ` .
51
51
6 . Introduce changes in the source code using your IDE as usual.
52
52
7 . Build and test in the container, execute these commands in the container terminal:
53
53
* ` dotnet build `
54
54
* ` dotnet test `
55
- * ` lit integration-test/ -vvv `
55
+ * ` lit integration-test/ -vvv `
56
56
57
57
## Build from sources
58
58
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments