Skip to content

Commit

Permalink
fix build (mozilla#20)
Browse files Browse the repository at this point in the history
* fix build

* fix cc
  • Loading branch information
luyahan authored Aug 26, 2022
1 parent 4e2c8da commit 56c1347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- uses: actions/checkout@v3

# Runs a set of commands using the runners shell
- name:build simulator
run: MOZCONFIG=$PWD/riscv64config/simulator-riscv64 ./mach build
- name: build simulator
run: MOZCONFIG=./riscv64config/simulator-riscv64 ./mach build

# Runs a set of commands using the runners shell
- name: cross build riscv64
run: MOZCONFIG=$PWD/riscv64config/riscv64-debug CFLAGS="-I/home/lyh/zlib/include" CXXFLAGS="-I/home/lyh/zlib/include" LDFLAGS=-L/home/lyh/zlib/lib/ CC=/home/lyh/llvm-build/Release+Asserts/bin/clang++ CXX=/home/lyh/llvm-build/Release+Asserts/bin/clang++ ./mach build
run: MOZCONFIG=./riscv64config/riscv64-debug CFLAGS="-I/home/lyh/zlib/include" CXXFLAGS="-I/home/lyh/zlib/include" LDFLAGS=-L/home/lyh/zlib/lib/ CC=/home/lyh/llvm-build/Release+Asserts/bin/clang CXX=/home/lyh/llvm-build/Release+Asserts/bin/clang++ ./mach build

0 comments on commit 56c1347

Please sign in to comment.