Skip to content

Commit

Permalink
Merge pull request #544 from bytedance/feat-images
Browse files Browse the repository at this point in the history
update compile images
  • Loading branch information
yoloyyh authored Oct 23, 2023
2 parents a540bb8 + dda44ca commit b29fd7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Elkeid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build RASP
run: |
curl -fsSL https://lf3-static.bytednsdoc.com/obj/eden-cn/kplrsl/ljhwZthlaukjlkulzlp/php-headers.tar.gz | tar -xz -C rasp/php
docker run --rm --pull=always -v $(pwd):/Elkeid hackerl/rasp-toolchain \
docker run --rm --pull=always -v $(pwd):/Elkeid yoloyyh/rasp-toolchain:v1.0 \
make -C /Elkeid/rasp \
STATIC=TRUE \
PY_PREBUILT=TRUE \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Elkeid_rasp_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build
run: |
curl -fsSL https://lf3-static.bytednsdoc.com/obj/eden-cn/kplrsl/ljhwZthlaukjlkulzlp/php-headers.tar.gz | tar -xz -C rasp/php
docker run --rm --pull=always -v $(pwd):/Elkeid hackerl/rasp-toolchain \
docker run --rm --pull=always -v $(pwd):/Elkeid yoloyyh/rasp-toolchain:v1.0 \
make -C /Elkeid/rasp \
STATIC=TRUE \
PY_PREBUILT=TRUE \
Expand Down
2 changes: 1 addition & 1 deletion rasp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docker run --rm -v $(pwd):/Elkeid \
-v /tmp/cache/librasp:/Elkeid/rasp/librasp/target \
-v /tmp/cache/rasp_server:/Elkeid/rasp/rasp_server/target \
-v /tmp/cache/plugin:/Elkeid/rasp/plugin/target \
-e MAKEFLAGS="-j$(nproc)" hackerl/rasp-toolchain \
-e MAKEFLAGS="-j$(nproc)" yoloyyh/rasp-toolchain:v1.0 \
make -C /Elkeid/rasp build \
STATIC=TRUE \
PY_PREBUILT=TRUE \
Expand Down

0 comments on commit b29fd7a

Please sign in to comment.