Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
furkansahin committed Mar 4, 2024
1 parent 4e2ffc8 commit 992609a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
10 changes: 0 additions & 10 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,3 @@ rustflags = [

[net]
retry = 10000

[http]
debug=true
timeout=10000
low-speed-limit = 1

[unstable.gitoxide]
shallow_index = true
shallow_deps = true
internal_use_git2 = false
18 changes: 1 addition & 17 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ jobs:
verify-build-runtimes:
needs: changes
name: Verify Build Runtime for ${{matrix.network}}
env:
GIT_TRACE_PACKET: 1
GIT_TRACE: 1
GIT_CURL_VERBOSE: 1
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -148,11 +144,6 @@ jobs:
wasm-core-version: frequency
runs-on: ubicloud-standard-4
steps:
- name: Create tcpdump logs
run: |
sudo tcpdump -levni ens3 -w /home/runner/tcpdump.tcap &
pwd
ls -alh
- name: Install Required Packages
run: |
sudo apt-get update
Expand Down Expand Up @@ -195,21 +186,14 @@ jobs:
echo "PATH: $PATH"
which srtool
srtool --version
- name: Configure Git to use HTTP/1.1
run: git config --global http.version HTTP/1.1
- name: Set tcp_keepalive
run: |
sudo sysctl -w net.ipv4.tcp_keepalive_intvl=3
sudo sysctl -w net.ipv4.tcp_keepalive_probes=500
- name: Build Deterministic WASM
if: steps.cache-wasm.outputs.cache-hit != 'true'
run: |
GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_CURL_VERBOSE=1 RUST_LOG=debug SRTOOL_TAG="1.70.0" srtool build \
RUST_LOG=debug SRTOOL_TAG="1.70.0" srtool build \
--build-opts="'--features on-chain-release-build,no-metadata-docs,${{matrix.features}}'" \
--profile=${{matrix.build-profile}} \
--package=${{matrix.package}} \
--root
--verbose
- name: Check Deterministic WASM Build Exists
if: steps.cache-wasm.outputs.cache-hit != 'true'
run: file ${{env.WASM_DIR}}/${{env.BUILT_WASM_FILENAME}}
Expand Down

0 comments on commit 992609a

Please sign in to comment.