Skip to content

Commit

Permalink
[ci] Fix executable permission for asan build test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Nov 2, 2022
1 parent c7078c1 commit c033465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ jobs:
rm *.whl
chmod +x compiler_gym-*/compiler_gym-*.data/purelib/compiler_gym/third_party/csmith/csmith/bin/csmith
chmod +x compiler_gym-*/compiler_gym-*.data/purelib/compiler_gym/envs/llvm/service/compute_observation
chmod +x compiler_gym-*/compiler_gym-*.data/purelib/compiler_gym/envs/llvm/service/llvm-extract-one
mv compiler_gym-llvm-service compiler_gym-*/compiler_gym-*.data/purelib/compiler_gym/envs/llvm/service/compiler_gym-llvm-service
wheel pack compiler_gym-*
Expand Down

0 comments on commit c033465

Please sign in to comment.