Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Sep 27, 2024
1 parent cca8141 commit 02a7490
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: ./scripts/rocksdb.sh
- name: Compress build output
run: |
ls -lhR build
tar czf ${{ matrix.os }}-build.tar.gz build/
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: ./scripts/rocksdb.sh
- name: Compress build output
run: |
ls -lhR build
tar czf ${{ matrix.os }}-build.tar.gz build/
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 0 additions & 2 deletions scripts/msquic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ cmake --build . || { echo "Build msquic library failed"; exit 1; }

cp bin/Release/libmsquic.a ${out_dir}

ls -lh ${out_dir}

echo "msquic built successfully"
2 changes: 0 additions & 2 deletions scripts/rocksdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ make static_lib
strip librocksdb.a
cp librocksdb.a ${out_dir}

ls -lh ${out_dir}

echo "rocksdb built successfully"

0 comments on commit 02a7490

Please sign in to comment.