Skip to content

Commit

Permalink
remove some
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelSegol committed Sep 20, 2023
1 parent 0886213 commit ef8beb8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ jobs:
run: |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/goicicle
go test ./goicicle/curves/bn254 -count=1
# TODO: Fix tests for bls12377
# TODO: Fix tests for bls12381
# run: go test ./goicicle/curves/bn254 ./goicicle/curves/bls12377 ./goicicle/curves/bls12381 -count=1
formatting-golang:
name: Check Golang Code Formatting
Expand All @@ -83,7 +80,6 @@ jobs:
- name: Check gofmt
run: if [[ $(go list ./... | xargs go fmt) ]]; then echo "Please run go fmt"; exit 1; fi

# TODO: Add once Golang make file supports building for Windows
# build-golang-windows:
# name: Build Golang on Windows
# runs-on: windows-2022
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
run: make all
working-directory: ./goicicle

# TODO: Add once Golang make file supports building for Windows
# build-golang-windows:
# name: Build Golang on Windows
# runs-on: windows-2022
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ jobs:
run: |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/goicicle
go test ./goicicle/curves/bn254 -count=1
# TODO: Fix tests for bls12377
# TODO: Fix tests for bls12381
# run: go test ./goicicle/curves/bn254 ./goicicle/curves/bls12377 ./goicicle/curves/bls12381 -count=1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rustacuda = "0.1"
rustacuda_core = "0.1"
rustacuda_derive = "0.1"

rand = "*" #TODO: move rand and ark dependencies to dev once random scalar/point generation is done "natively"
rand = "*"

[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
Expand Down

0 comments on commit ef8beb8

Please sign in to comment.