Skip to content

Commit 738ffb8

Browse files
authored
Merge pull request #24 from m-carrasco/fix-typos
Remove unused files and fix typos in README.
2 parents 9ae091f + 99c9993 commit 738ffb8

File tree

4 files changed

+5
-284
lines changed

4 files changed

+5
-284
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# only do it when it hits the default branch
3636
# this artifact is consumed by the release job
3737
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: ssa-query-macos-x86-64-arm64
4141
path: ${{ github.workspace }}/souffle/bin/macos-x86-64-arm64/ssa-query-macos-x86-64-arm64
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
cd $GITHUB_WORKSPACE/souffle && rm -r bin/ && ./build-all-with-docker.sh
137137
- name: Fetch macos binary
138-
uses: actions/download-artifact@master
138+
uses: actions/download-artifact@v4
139139
with:
140140
name: ssa-query-macos-x86-64-arm64
141141
path: ${{ github.workspace }}/souffle/bin/macos-x86-64-arm64/

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ It is possible to develop and test `net-ssa` without installing any dependency i
4444
2. `cd net-ssa`
4545
3. `git lfs checkout`
4646
* 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`
4949
* This is now an interactive and temporary container.
5050
* The host's folder containing the repository is shared with the container. In the container, this is located at `/home/ubuntu/net-ssa/`.
5151
6. Introduce changes in the source code using your IDE as usual.
5252
7. Build and test in the container, execute these commands in the container terminal:
5353
* `dotnet build`
5454
* `dotnet test`
55-
* `lit integration-test/ -vvv`
55+
* `lit integration-test/ -vvv`
5656

5757
## Build from sources
5858

cmake/FindDotnet.cmake

-35
This file was deleted.

cmake/FindMono.cmake

-244
This file was deleted.

0 commit comments

Comments
 (0)