Skip to content

Commit c4f4cf1

Browse files
authored
Merge pull request #222 from intel-innersource/rdementi/simdjson-submodule
simdjson submodule
2 parents c5f21f9 + bcd9ee1 commit c4f4cf1

20 files changed

+24
-69
lines changed

.github/workflows/ci-clang-scan.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Preparation
18-
run: |
19-
cd ${{ github.workspace }}/src
20-
git clone https://github.com/simdjson/simdjson.git
21-
cd ..
2217
- name: Configure CMake
2318
run: |
2419
cmake --version

.github/workflows/ci-cmake-options.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Preparation
18-
run: |
19-
cd ${{ github.workspace }}/src
20-
git clone https://github.com/simdjson/simdjson.git
21-
cd ..
2217

2318
- name: CMake default install
2419
run: |

.github/workflows/ci-cpack.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Preparation
17-
run: |
18-
cd ${{ github.workspace }}/src
19-
git clone https://github.com/simdjson/simdjson.git
20-
cd ..
2116
- name: Configure CMake
2217
run: |
2318
cmake --version
@@ -39,11 +34,6 @@ jobs:
3934

4035
steps:
4136
- uses: actions/checkout@v2
42-
- name: Preparation
43-
run: |
44-
cd ${{ github.workspace }}/src
45-
git clone https://github.com/simdjson/simdjson.git
46-
cd ..
4737
- name: Configure CMake
4838
run: |
4939
cmake --version

.github/workflows/ci-cppcheck.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: cppcheck_script
1818
run: |
19-
git clone https://github.com/simdjson/simdjson.git
2019
sh ${{ github.workspace }}/scripts/cppcheck.sh . `getconf _NPROCESSORS_ONLN`

.github/workflows/ci-gcc10.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Preparation
18-
run: |
19-
cd ${{ github.workspace }}/src
20-
git clone https://github.com/simdjson/simdjson.git
21-
cd ..
2217
- name: Configure CMake
2318
run: |
2419
cmake --version

.github/workflows/ci-gcc48.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Preparation
18-
run: |
19-
cd ${{ github.workspace }}/src
20-
git clone https://github.com/simdjson/simdjson.git
21-
cd ..
2217
- name: Configure CMake
2318
run: |
2419
cmake --version

.github/workflows/ci-gcc5.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Preparation
18-
run: |
19-
cd ${{ github.workspace }}/src
20-
git clone https://github.com/simdjson/simdjson.git
21-
cd ..
2217
- name: Configure CMake
2318
run: |
2419
cmake --version

.github/workflows/ci-gcc7.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Preparation
18-
run: |
19-
cd ${{ github.workspace }}/src
20-
git clone https://github.com/simdjson/simdjson.git
21-
cd ..
2217
- name: Configure CMake
2318
run: |
2419
cmake --version

.github/workflows/ci-gcc9.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Preparation
18-
run: |
19-
cd ${{ github.workspace }}/src
20-
git clone https://github.com/simdjson/simdjson.git
21-
cd ..
2217
- name: Configure CMake
2318
run: |
2419
cmake --version

.github/workflows/ci-kw-linux-report.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: kw
1414
run: |
15-
cd src
16-
git clone https://github.com/simdjson/simdjson.git
17-
cd ..
1815
mkdir build
1916
cd build
2017
cmake ..

0 commit comments

Comments
 (0)